Skip to content

Commit 7990fe4

Browse files
committed
fix
1 parent b61e777 commit 7990fe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/plugins/stripe.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ desc: Easily accept payments with Stripe
66
keywords: plugins, stripe, payments, ecommerce
77
---
88

9-
![npm](https://img.shields.io/npm/v/@payloadcms/plugin-stripe)](https://www.npmjs.com/package/@payloadcms/plugin-stripe)
9+
[![npm](https://img.shields.io/npm/v/@payloadcms/plugin-stripe)](https://www.npmjs.com/package/@payloadcms/plugin-stripe)
1010

1111
With this plugin you can easily integrate [Stripe](https://stripe.com) into Payload. Simply provide your Stripe credentials and this plugin will open up a two-way communication channel between the two platforms. This enables you to easily sync data back and forth, as well as proxy the Stripe REST API through Payload's [Access Control](../access-control/overview). Use this plugin to completely offload billing to Stripe and retain full control over your application's data.
1212

@@ -65,14 +65,14 @@ export default config
6565

6666
| Option | Type | Default | Description |
6767
| ------------------------------ | ------------------ | ----------- | ------------------------------------------------------------------------------------------------------------------------ |
68-
| `stripeSecretKey` * | string | `undefined` | Your Stripe secret key |
68+
| `stripeSecretKey` \* | string | `undefined` | Your Stripe secret key |
6969
| `stripeWebhooksEndpointSecret` | string | `undefined` | Your Stripe webhook endpoint secret |
7070
| `rest` | boolean | `false` | When `true`, opens the `/api/stripe/rest` endpoint |
7171
| `webhooks` | object \| function | `undefined` | Either a function to handle all webhooks events, or an object of Stripe webhook handlers, keyed to the name of the event |
7272
| `sync` | array | `undefined` | An array of sync configs |
7373
| `logs` | boolean | `false` | When `true`, logs sync events to the console as they happen |
7474

75-
_* An asterisk denotes that a property is required._
75+
_\* An asterisk denotes that a property is required._
7676

7777
## Endpoints
7878

0 commit comments

Comments
 (0)