Merge pull request #875 from Safelite/feature/digital/pass-billtoaccountnum

Pass BillToAccountNumber
This commit is contained in:
Josh Dassinger 2024-10-24 12:54:29 -05:00 committed by GitHub
commit 40275db79f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,