diff --git a/src/store/index.js b/src/store/index.js index a9a3f253..3da6ca25 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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,