Merge pull request #906 from Safelite/feature/brydon/SSR-1760
Fixing bug
This commit is contained in:
commit
c6ce9bce71
1 changed files with 1 additions and 1 deletions
|
|
@ -1463,7 +1463,7 @@ export const useMainStore = defineStore({
|
||||||
claimNumber: insuranceCoverage.claimNumber
|
claimNumber: insuranceCoverage.claimNumber
|
||||||
},
|
},
|
||||||
payment: {
|
payment: {
|
||||||
parentAccountNumber: this.order.parentAccountNumber,
|
parentAccountNumber: this.order.parentAccountNumber ?? this.issConfig.parentAccountNumber,
|
||||||
billToAccountNumber: this.billToAccountNumber,
|
billToAccountNumber: this.billToAccountNumber,
|
||||||
paypalToken: payment.paypalToken,
|
paypalToken: payment.paypalToken,
|
||||||
paymentMethod: payment.paymentMethod === paymentMethods.PayNow ? null : payment.paymentMethod,
|
paymentMethod: payment.paymentMethod === paymentMethods.PayNow ? null : payment.paymentMethod,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue