parent
f62bbaaf7f
commit
fe9d1fd476
1 changed files with 0 additions and 13 deletions
|
|
@ -609,19 +609,6 @@ export default {
|
||||||
return;
|
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);
|
this.dispatchStoreAction(storeActions.RESET_SAVE_SESSION_PROMISE);
|
||||||
|
|
||||||
const shouldUseAdyen = experimentMixin.methods.hasSettingEqualTo(
|
const shouldUseAdyen = experimentMixin.methods.hasSettingEqualTo(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue