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(