This commit is contained in:
Kenneth Jannette
2024-02-05 20:18:17 -06:00
parent b4c2e4283c
commit a1643efd58
3 changed files with 63 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ const PaymentModal = ({
<div className="payment-modal-text-wrapper">
<div className="paymodal-summary-right"></div>
<div className="paymodal-summary-left-bonus">
Includes 10% discount for convenient annual billing
Includes 15% discount for convenient annual billing
</div>
</div>
) : (
@@ -108,7 +108,7 @@ const PaymentModal = ({
<Form className="payment-form">
{splitEvery(Object.keys(paymentfields), fieldsChunkSize).map(
(names, j) => (
<Row key={`row${j}-modal`}>
<Row key={`row${j}-modal`} className="payment-order-row">
{j === 2 ? (
<div className="exp-date-hearder">Card Expiration Date</div>
) : (