From fe9d1fd4763456c1643ef09bdd8cb4811a80b05c Mon Sep 17 00:00:00 2001 From: CarlNation Date: Thu, 22 Jan 2026 09:29:14 -0500 Subject: [PATCH] Revert "CASH-1297" This reverts commit 19dad3a5ca5bad982b05415ad6d0921a072bd15e. --- src/layouts/payment-method/payment-method.vue | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index a66c1b758..2a6d1d9ed 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -609,19 +609,6 @@ 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(