Skip to content

Commit 7d9e120

Browse files
committed
busy creating the tab
1 parent 11b2a9a commit 7d9e120

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/content/create-booking-forms.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,14 @@ export default {
279279

280280
🪀 Here we are simply using the Stripe vue library to allow the user to enter their card. We are also conditionally rendering content if there is an error or the mutation is in a loading state.
281281

282-
🪀
282+
Create a `.env` file in the root of the project and add your Stripe key:
283283

284-
Make sure you add the package:
284+
```bash
285+
VUE_APP_STRIPE=pk_test_your_strip_key
286+
287+
```
288+
289+
Make sure you add to also add the Stripe package:
285290

286291
```bash
287292
$ yarn add vue-stripe-elements-plus

0 commit comments

Comments
 (0)