SSR-1142 added CCToken to save session payload
This commit is contained in:
parent
1537e4618b
commit
9ae1307ac5
1 changed files with 4 additions and 1 deletions
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue