CASH-1297
CASH-1297 this is a temporary defect fix for this card
This commit is contained in:
parent
4319541ff3
commit
19dad3a5ca
1 changed files with 13 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue