Pass BillToAccountNumber

This commit is contained in:
Josh Dassinger 2024-10-24 10:07:56 -05:00
parent 603ca6fe86
commit 2a4342a477

View file

@ -1435,6 +1435,7 @@ export const useMainStore = defineStore({
},
payment: {
parentAccountNumber: this.issConfig.parentAccountNumber,
billToAccountNumber: this.billToAccountNumber,
paypalToken: payment.paypalToken,
paymentMethod: payment.payInAdvanceType,
nextGenSettledAmount: payment.nextGenSettledAmount,