* Get the Shipping rate value
()
| 26 | * Get the Shipping rate value |
| 27 | */ |
| 28 | get shippingRate(){ |
| 29 | return this.methodData.checkoutTotalShippingCents/100; |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Get the subtotal price value |
nothing calls this directly
no outgoing calls
no test coverage detected