Afterpay hardcoding
This commit is contained in:
parent
4753ec8474
commit
ec59d14e1b
1 changed files with 6 additions and 0 deletions
|
|
@ -29,6 +29,12 @@ export async function adyenReturnBeforeEnter(to, from) {
|
|||
const amountDue = getAmountDue(store.getters.order.lineItems);
|
||||
const ccToken = generateCcToken(sessionInfo);
|
||||
|
||||
ccToken.authCode = "831001";
|
||||
ccToken.cardType = "VS";
|
||||
ccToken.lastFour = "1111";
|
||||
ccToken.expMonth = "03";
|
||||
ccToken.expYear = "2030";
|
||||
|
||||
await baseMixin.methods.dispatchStoreAction(
|
||||
storeActions.SAVE_PAYMENT_METHOD_CHOICE,
|
||||
paymentMethod,
|
||||
|
|
|
|||
Loading…
Reference in a new issue