Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lcampos committed Feb 21, 2024
1 parent b855383 commit 44ca439
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/articles/monetization-webhook-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ configuring the Stripe Webhook.
1. To start, navigate to the **Code** section of your Zuplo project. On the
`modules` folder click the **+** button and select **Runtime Extension**.

:::Note
:::note

The `zuplo.runtime.ts` file is where you can
The **zuplo.runtime.ts** file is where you can
[register global plugins](https://zuplo.com/docs/articles/runtime-extensions#plugin-and-handler-extensions)
and [setup hooks](https://zuplo.com/docs/articles/runtime-extensions#hooks)
within your Zuplo API.
Expand Down Expand Up @@ -139,8 +139,8 @@ to end subscription experience.

:::tip

In test mode, use Stripe test credit card number `4242 4242 4242 4242`. Set any
future date as the expiration and any three digits as the CVC.
In test mode, use Stripe test credit card number **4242 4242 4242 4242**. Set
any future date as the expiration and any three digits as the CVC.

:::

Expand Down

0 comments on commit 44ca439

Please sign in to comment.