From 1a35a8c9b8cc376a4ff35c8fda60567fb75c3d54 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 23 May 2026 07:37:31 -0400 Subject: [PATCH] removed Subscription --- src/component/subscribe/Subscribe.jsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/component/subscribe/Subscribe.jsx b/src/component/subscribe/Subscribe.jsx index b611f51..00d6de4 100644 --- a/src/component/subscribe/Subscribe.jsx +++ b/src/component/subscribe/Subscribe.jsx @@ -7,13 +7,11 @@ import SubcribePaymentOptions from "./SubcribePaymentOptions"; import StripeSubscriptionButton from "./StripeSubscriptionButton"; - - export default function Subscribe() { - const {state: {selectedSubscription,customerId}} = useLocation() + const {state: {selectedSubscription, customerId}} = useLocation() console.log('selectedSubscription', selectedSubscription) - console.log('selectedSubscription.option_name',selectedSubscription.option_name) + console.log('selectedSubscription.option_name', selectedSubscription.option_name) console.log('customerId', customerId) let [activePaymentType, setActivePaymentType] = useState('previous') @@ -29,15 +27,17 @@ export default function Subscribe() {
Current Subscription(s)
{/*

{currentSubscription?.display_name}

*/} - - {activePaymentType == 'new' ? - - : - - } + {/**/} + {/*{activePaymentType == 'new' ?*/} + {/* */} + {/* :*/} + {/* */} + {/*}*/} <> - +