Skip to content

Instantly share code, notes, and snippets.

@lobot
Created May 23, 2022 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lobot/2b60afcec0c62030f3cd0e1840a2a567 to your computer and use it in GitHub Desktop.
Save lobot/2b60afcec0c62030f3cd0e1840a2a567 to your computer and use it in GitHub Desktop.
Adding Address Autocomplete to Medusa
{
"id": "test-region-na",
"name": "NA",
"currency_code": "usd",
"tax_rate": 0,
"payment_providers": ["manual"],
"fulfillment_providers": ["manual"],
"countries": ["us", "ca"]
},
{
"id": "test-region-eu",
"name": "EU",
"currency_code": "eur",
"tax_rate": 0,
"payment_providers": ["manual"],
"fulfillment_providers": ["manual"],
"countries": ["gb", "de", "dk", "se", "fr", "es", "it"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment