more
This commit is contained in:
@@ -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>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user