From 015f99180fb10bdf38ed0ffd537b551573d002f5 Mon Sep 17 00:00:00 2001 From: Dominic Villemure Date: Thu, 28 Mar 2024 00:19:36 -0400 Subject: [PATCH] fixed the stripePayment component --- index.html | 2 +- src/App.vue | 5 +-- src/views/StripePayment.vue | 78 +++++++++++++++++++-------------- src/views/main/CreatorFolio.vue | 27 +++--------- 4 files changed, 54 insertions(+), 58 deletions(-) diff --git a/index.html b/index.html index 243f446..7846ff0 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - Vite App + Hutopy diff --git a/src/App.vue b/src/App.vue index 74ca03d..c9d62a0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,8 +5,5 @@ - diff --git a/src/views/StripePayment.vue b/src/views/StripePayment.vue index 4dbdf93..a9a1584 100644 --- a/src/views/StripePayment.vue +++ b/src/views/StripePayment.vue @@ -1,35 +1,42 @@