From 575978ae6553759c64a4345dc19eb5fef3149fd4 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Wed, 11 Oct 2023 10:17:14 -0400 Subject: [PATCH] CSR-1384: refactoring re: deepClone, naming --- src/layouts/payment-method/payment-method.vue | 45 +++++++++---------- src/store/index.js | 4 +- 2 files changed, 24 insertions(+), 25 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index bb42bf650..e451958e4 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -17,7 +17,7 @@ @@ -34,10 +34,10 @@ + v-on="{ 'buttonEvent.openModal': openModal }" />
- +