From 4ace1acda3262ceba2e1da7b77ccfe62776b2638 Mon Sep 17 00:00:00 2001 From: ameye Date: Sat, 23 May 2026 08:20:18 -0400 Subject: [PATCH] inform before charges --- docker-compose.yml | 2 +- src/component/subscribe/Subscribe.jsx | 3 ++- src/component/subscribe/SubscribeInfo.jsx | 28 +++++++++++++++++++++++ 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 src/component/subscribe/SubscribeInfo.jsx diff --git a/docker-compose.yml b/docker-compose.yml index a46eb4b..d67bb73 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -version: '3' +# version: '3' services: merms-panel: # image: registry.chiefsoft.net/merms-panel-reactjs:latest diff --git a/src/component/subscribe/Subscribe.jsx b/src/component/subscribe/Subscribe.jsx index 00d6de4..d919222 100644 --- a/src/component/subscribe/Subscribe.jsx +++ b/src/component/subscribe/Subscribe.jsx @@ -5,7 +5,7 @@ import SubscribeNewCard from "./SubscribeNewCard"; import SubscribePreviousCard from "./SubscribePreviousCard"; import SubcribePaymentOptions from "./SubcribePaymentOptions"; import StripeSubscriptionButton from "./StripeSubscriptionButton"; - +import SubscribeInfo from "./SubscribeInfo"; export default function Subscribe() { const {state: {selectedSubscription, customerId}} = useLocation() @@ -35,6 +35,7 @@ export default function Subscribe() { {/* */} {/*}*/} <> + diff --git a/src/component/subscribe/SubscribeInfo.jsx b/src/component/subscribe/SubscribeInfo.jsx new file mode 100644 index 0000000..2f09121 --- /dev/null +++ b/src/component/subscribe/SubscribeInfo.jsx @@ -0,0 +1,28 @@ +import React from 'react' +export default function SubscribeInfo(){ + + return <> +
+
+
+
+
+

SubscribeInfo

+
+
+
+
+ + + + +
+
+
+
+
+ + + + +} \ No newline at end of file