We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5ecee commit ce47ad9Copy full SHA for ce47ad9
shopify/shopify.go
@@ -41,7 +41,7 @@ const (
41
type Shopify struct {
42
shopifyDomain string
43
shopifySecretToken string
44
- // we need the public Store URL because with Redirect shipping_rates.json doesn't work
+ // we need the public Store URL because shipping_rates.json doesn't work with Redirect
45
shopifyPublicURL string
46
47
Products []Product
0 commit comments