From 4d14c07fcdbaba65d0f60fc04c5bd1847a690b0a Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Wed, 3 Dec 2025 14:41:21 -0500 Subject: [PATCH] payment page updates feel like this is gonna need some work when we can get there. not sure on the iframe and the 2 forms --- src/layouts/payment-method/payment-method.vue | 33 ++++++++++--------- src/layouts/payment-page/payment-page.vue | 25 ++++++++------ 2 files changed, 33 insertions(+), 25 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 90d12c7b..953425f4 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -4,24 +4,19 @@ v-slot="{ meta }" @submit="onSubmit" @invalidSubmit="onInvalidSubmit"> -
-
-
- -
+
+
+
-
-
- +
+
+ subHeaderClasses="mt-4" />

@@ -305,10 +300,18 @@ export default {