docs: updated region operations in user guide (#2245)

This commit is contained in:
Shahed Nasser
2022-09-22 13:41:25 +03:00
committed by GitHub
parent 6adaf56c73
commit a3f6755f63
7 changed files with 89 additions and 114 deletions

View File

@@ -80,17 +80,7 @@ If you dont have a Medusa admin installed, make sure to follow along with [th
### Add PayPal to Regions
Run your Medusa server and Medusa admin, then open the Medusa admin and login.
Choose Settings from the Sidebar. Then, choose Regions.
![Region Settings](https://i.imgur.com/wRkmbLY.png)
Then, choose the regions you want to add PayPal as a payment provider. In the right-side settings, scroll down to “Payment Providers” and choose “paypal”.
![Choose PayPal](https://i.imgur.com/AJ2Yez8.png)
Once youre done, click Save. PayPal is now a payment provider in your store in the regions you added it to.
You can refer to [this documentation in the user guide](../user-guide/regions/providers.mdx#manage-payment-providers) to learn how to add a payment provider like PayPal to a region.
## Storefront Setup

View File

@@ -107,17 +107,7 @@ If you dont have a Medusa admin installed, make sure to follow along with [th
### Add Stripe to Regions
First, make sure that both your Medusa server and Medusa Admin are running.
Then, in your Medusa Admin, log in and choose Settings from the Sidebar. Then, choose Regions.
![Settings](https://i.imgur.com/wRkmbLY.png)
Then, choose the regions you want to add Stripe as a payment provider. In the right-side settings, scroll down to “Payment Providers” and choose Stripe.
![Choose Stripe](https://i.imgur.com/FH5vgWh.png)
Once youre done, click Save. Stripe is now a payment provider in your store in the regions you selected.
You can refer to [this documentation in the user guide](../user-guide/regions/providers.mdx#manage-payment-providers) to learn how to add a payment provider like Stripe to a region.
## Storefront Setup