From cbc39e6581dd1e1b2535ae011e67d872205aecc9 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sun, 25 Jul 2021 21:00:40 +0200 Subject: Basic PayPal buttons integration... --- client/.env | 1 + client/src/views/Checkout.vue | 38 ++++++++++++++++++++++++++++++++++++-- 2 files changed, 37 insertions(+), 2 deletions(-) (limited to 'client') diff --git a/client/.env b/client/.env index d9bd11d..127cc55 100644 --- a/client/.env +++ b/client/.env @@ -1 +1,2 @@ VUE_APP_ROOT_API=http://localhost:3000/api +VUE_APP_PAYPAL_CLIENT_ID=your-paypal-client-id diff --git a/client/src/views/Checkout.vue b/client/src/views/Checkout.vue index 8adeb4a..f93fba0 100644 --- a/client/src/views/Checkout.vue +++ b/client/src/views/Checkout.vue @@ -1,8 +1,8 @@