added readme links

This commit is contained in:
Shahed Nasser
2022-05-20 11:40:57 +03:00
parent 636edb6530
commit be3ad001ee
12 changed files with 127 additions and 62 deletions
+14
View File
@@ -0,0 +1,14 @@
# medusa-payment-stripe
Add Stripe as a Payment Provider.
Learn more about how you can use this plugin in the [documentaion](https://docs.medusajs.com/add-plugins/stripe).
## Options
```js
{
api_key: STRIPE_API_KEY,
webhook_secret: STRIPE_WEBHOOK_SECRET,
}
```