Fixing bug
This commit is contained in:
parent
f1df4cc69a
commit
b7e4a9b646
1 changed files with 1 additions and 1 deletions
|
|
@ -1463,7 +1463,7 @@ export const useMainStore = defineStore({
|
|||
claimNumber: insuranceCoverage.claimNumber
|
||||
},
|
||||
payment: {
|
||||
parentAccountNumber: this.order.parentAccountNumber,
|
||||
parentAccountNumber: this.order.parentAccountNumber ?? this.issConfig.parentAccountNumber,
|
||||
billToAccountNumber: this.billToAccountNumber,
|
||||
paypalToken: payment.paypalToken,
|
||||
paymentMethod: payment.paymentMethod === paymentMethods.PayNow ? null : payment.paymentMethod,
|
||||
|
|
|
|||
Loading…
Reference in a new issue