From 16da5bf1c05850d39498748c1ca03c5436d776e8 Mon Sep 17 00:00:00 2001 From: Edwin Eames Date: Fri, 19 Sep 2025 17:27:34 -0400 Subject: [PATCH] Working payment accopunts --- src/pages/customer/profile/profile.vue | 258 ++++++++++++++++++++++++- 1 file changed, 254 insertions(+), 4 deletions(-) diff --git a/src/pages/customer/profile/profile.vue b/src/pages/customer/profile/profile.vue index 0ea7a76..972f4e8 100755 --- a/src/pages/customer/profile/profile.vue +++ b/src/pages/customer/profile/profile.vue @@ -71,10 +71,68 @@
- +
+
+
+ + + + + + Loading... + + + Authorize Account ID: {{ customer.auth_net_profile_id }} + + + {{ getAccountStatusMessage() }} + +
+
+ +
+ + + +
+ + +
+ +
+
+
+
+ + @@ -117,6 +175,46 @@ @close-modal="closePartsModal" @save-parts="handleSaveParts" /> + + + + + + +