From 19dad3a5ca5bad982b05415ad6d0921a072bd15e Mon Sep 17 00:00:00 2001 From: CarlNation Date: Wed, 21 Jan 2026 12:30:13 -0500 Subject: [PATCH] CASH-1297 CASH-1297 this is a temporary defect fix for this card --- src/layouts/payment-method/payment-method.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 2a6d1d9ed..a66c1b758 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -609,6 +609,19 @@ export default { return; } + const billToAccountNumber = await baseMixin.methods.dispatchStoreActionWithLogging( + storeActions.GET_BILL_TO_ACCOUNT_NUMBER, + {}, + "payment-method", + false + ); + + baseMixin.methods.dispatchStoreAction( + storeActions.SAVE_BILL_TO_ACCOUNT_NUMBER, + billToAccountNumber, + false + ); + this.dispatchStoreAction(storeActions.RESET_SAVE_SESSION_PROMISE); const shouldUseAdyen = experimentMixin.methods.hasSettingEqualTo(