Merge pull request #3022 from Safelite/nation/CASH-2193

CASH-1297
This commit is contained in:
CarlNation 2026-01-21 12:49:22 -05:00 committed by GitHub
commit 5882ef6baa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(