Merge pull request #829 from Safelite/feature/digital/SSR-1470
SSR-1470 Refactor Payment Method
This commit is contained in:
commit
2e8abbc3c2
1 changed files with 1 additions and 3 deletions
|
|
@ -1310,9 +1310,7 @@ export const useMainStore = defineStore({
|
|||
payment: {
|
||||
parentAccountNumber: this.issConfig.parentAccountNumber,
|
||||
paypalToken: payment.paypalToken,
|
||||
isPaypal: payment.payInAdvanceType === paymentMethods.PAYPAL,
|
||||
isCreditCard: payment.payInAdvanceType === paymentMethods.CREDIT_CARD,
|
||||
isAfterpay: payment.payInAdvanceType === paymentMethods.AFTERPAY,
|
||||
paymentMethod: payment.payInAdvanceType,
|
||||
nextGenSettledAmount: payment.nextGenSettledAmount,
|
||||
CCToken: payment.creditCardToken
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue