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

Method subtotalPrice

src/Methods/ShippingMethod.js:35–37  ·  view source on GitHub ↗

* Get the subtotal price value

()

Source from the content-addressed store, hash-verified

33 * Get the subtotal price value
34 */
35 get subtotalPrice(){
36 return this.methodData.checkoutSubtotalPriceCents/100;
37 }
38}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected