SSR-1142 added CCToken to save session payload

This commit is contained in:
Matt Caimi 2024-03-15 10:33:28 -04:00
parent 1537e4618b
commit 9ae1307ac5

View file

@ -1235,7 +1235,10 @@ export const useMainStore = defineStore({
}, },
parentAccountNumber: this.issConfig.parentAccountNumber, parentAccountNumber: this.issConfig.parentAccountNumber,
paypalToken: payment.paypalToken, 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: { serviceLocation: {
address: { address: {