AW-90-bug-payment-discount-page
This commit is contained in:
parent
8dac39a275
commit
8a601b03c1
@ -90,11 +90,11 @@ function TrialPaymentPage() {
|
||||
}, [flowChoice]);
|
||||
|
||||
if (!activeProduct) {
|
||||
return <Navigate to={routes.client.trialChoice()} />;
|
||||
return <Navigate to={routes.client.trialChoiceV1()} />;
|
||||
}
|
||||
|
||||
if (!birthdate || !gender || !birthPlace) {
|
||||
return <Navigate to={routes.client.gender()} />;
|
||||
return <Navigate to={routes.client.genderV1()} />;
|
||||
}
|
||||
|
||||
const handleDiscount = () => {
|
||||
|
||||
@ -39,7 +39,9 @@ function TrialPaymentWithDiscount() {
|
||||
return (
|
||||
<section className={`${styles.page} page`}>
|
||||
<Modal open={isOpenPaymentModal} onClose={handleClose}>
|
||||
<PaymentModal />
|
||||
<PaymentModal
|
||||
placementKey={EPlacementKeys["aura.placement.secret.discount"]}
|
||||
/>
|
||||
</Modal>
|
||||
<img
|
||||
className={styles["party-popper"]}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user