From 9ae1307ac5d5fd818c4f78d61f37e85eae45c183 Mon Sep 17 00:00:00 2001 From: Matt Caimi Date: Fri, 15 Mar 2024 10:33:28 -0400 Subject: [PATCH] SSR-1142 added CCToken to save session payload --- src/store/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index 2551b9cb..6d5d8fb1 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1235,7 +1235,10 @@ export const useMainStore = defineStore({ }, parentAccountNumber: this.issConfig.parentAccountNumber, paypalToken: payment.paypalToken, - isPaypal: payment.payInAdvanceType === paymentMethods.PAYPAL + isPaypal: payment.payInAdvanceType === paymentMethods.PAYPAL, + isCreditCard: payment.payInAdvanceType === paymentMethods.CREDIT_CARD, + isAfterpay: payment.payInAdvanceType === paymentMethods.AFTERPAY, + CCToken: payment.creditCardToken }, serviceLocation: { address: {