From c9610e2aa2f2996c46123b442dbac2c031e2c8e6 Mon Sep 17 00:00:00 2001 From: Matt Caimi Date: Wed, 1 Nov 2023 13:09:46 -0400 Subject: [PATCH] CSR-1391 switch payment functionality --- .../payment-switch-button.vue | 74 ++++++++++++++++++ .../payment/payment-switch/payment-switch.vue | 78 +++++++++++++++++++ src/layouts/payment/payment.vue | 40 ++-------- 3 files changed, 159 insertions(+), 33 deletions(-) create mode 100644 src/layouts/payment/payment-switch/payment-switch-button/payment-switch-button.vue create mode 100644 src/layouts/payment/payment-switch/payment-switch.vue diff --git a/src/layouts/payment/payment-switch/payment-switch-button/payment-switch-button.vue b/src/layouts/payment/payment-switch/payment-switch-button/payment-switch-button.vue new file mode 100644 index 000000000..ced2c4df3 --- /dev/null +++ b/src/layouts/payment/payment-switch/payment-switch-button/payment-switch-button.vue @@ -0,0 +1,74 @@ + + + + + diff --git a/src/layouts/payment/payment-switch/payment-switch.vue b/src/layouts/payment/payment-switch/payment-switch.vue new file mode 100644 index 000000000..dabb46b63 --- /dev/null +++ b/src/layouts/payment/payment-switch/payment-switch.vue @@ -0,0 +1,78 @@ + + + + + diff --git a/src/layouts/payment/payment.vue b/src/layouts/payment/payment.vue index fc43af443..a8780cbc5 100644 --- a/src/layouts/payment/payment.vue +++ b/src/layouts/payment/payment.vue @@ -21,39 +21,10 @@ scrolling="no"> -
{{ switchPaymentText }}
-
- -
-
or
-
- -
-
or
-
- -
+