We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de0a73 commit d1f7be0Copy full SHA for d1f7be0
src/content/execute-booking-mutatuion.md
@@ -247,4 +247,11 @@ export default ConfirmationTab
247
248
🍷 All we have done here is refence the booking data in the right parts to show the user.
249
250
+For this to work in the root directory create an `.env` file add the following:
251
+
252
+```bash
253
+REACT_APP_API_ENDPOINT=your_api_endpoint
254
+REACT_APP_STRIPE_KEY=pk_test_stripe_key
255
+```
256
257
Now we should be able to make bookings for listings! ☎️
0 commit comments