From 2a4342a477294ef1e5aab3098f045f8ffaeb3816 Mon Sep 17 00:00:00 2001 From: Josh Dassinger Date: Thu, 24 Oct 2024 10:07:56 -0500 Subject: [PATCH] Pass BillToAccountNumber --- src/store/index.js | 1 + 1 file changed, 1 insertion(+) 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,