Closed paulomarg closed 1 year ago
Currently, the template uses billingConfig for the example in shopify.js, which is incorrect: it should be billing.
billingConfig
shopify.js
billing
Fixing the config name.
WHY are these changes introduced?
Currently, the template uses
billingConfig
for the example inshopify.js
, which is incorrect: it should bebilling
.WHAT is this pull request doing?
Fixing the config name.