Fixing bug

This commit is contained in:
Michaela Brydon 2024-12-02 11:54:40 -05:00
parent f1df4cc69a
commit b7e4a9b646

View file

@ -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,