more
This commit is contained in:
@@ -34,7 +34,11 @@ const PaymentModal = ({
|
||||
|
||||
const extraAccountsPrice = isAnnual
|
||||
? additionalAccountsAnnualPriceToday
|
||||
: additionalAccountsMonthlyPriceToday;
|
||||
? additionalAccountsAnnualPriceToday
|
||||
: 0
|
||||
: additionalAccountsMonthlyPriceToday
|
||||
? additionalAccountsMonthlyPriceToday
|
||||
: 0;
|
||||
|
||||
const showAdditionaLAccountsView =
|
||||
(selectedPlan[0]?.value === "partner" && numberOfAccountsToAdd > 0) ||
|
||||
@@ -45,6 +49,7 @@ const PaymentModal = ({
|
||||
const amountToday = isAnnual
|
||||
? annualSubscriptionPriceToday
|
||||
: monthlySubscriptionPriceToday;
|
||||
|
||||
const totalToday = amountToday + extraAccountsPrice;
|
||||
|
||||
function handleValidateAndPay() {
|
||||
|
||||
Reference in New Issue
Block a user