MCPcopy Create free account
hub / github.com/adearriba/ShopifyCheckoutJS / shippingRate

Method shippingRate

src/Methods/ShippingMethod.js:28–30  ·  view source on GitHub ↗

* Get the Shipping rate value

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected