diff --git a/src/store/index.js b/src/store/index.js index 2551b9cb..6d5d8fb1 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1235,7 +1235,10 @@ export const useMainStore = defineStore({ }, parentAccountNumber: this.issConfig.parentAccountNumber, paypalToken: payment.paypalToken, - isPaypal: payment.payInAdvanceType === paymentMethods.PAYPAL + isPaypal: payment.payInAdvanceType === paymentMethods.PAYPAL, + isCreditCard: payment.payInAdvanceType === paymentMethods.CREDIT_CARD, + isAfterpay: payment.payInAdvanceType === paymentMethods.AFTERPAY, + CCToken: payment.creditCardToken }, serviceLocation: { address: {