small fixes

This commit is contained in:
Shahed Nasser
2022-05-20 11:44:20 +03:00
parent be3ad001ee
commit b4f0771202
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ Learn more about how you can use this plugin in the [documentaion](https://docs.
```js
{
api_key: STRIPE_API_KEY,
webhook_secret: STRIPE_WEBHOOK_SECRET,
api_key: "STRIPE_API_KEY",
webhook_secret: "STRIPE_WEBHOOK_SECRET",
}
```