Merge pull request #589 from Safelite/feature/digital/SSR-1142
SSR-1142 added CCToken to save session payload
This commit is contained in:
commit
6b9b1cb68e
1 changed files with 4 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue