From 04f1271a03adb7cda0403bb11a6cc5a7f0277423 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Thu, 25 Jan 2024 16:50:26 -0600 Subject: [PATCH] more --- src/Components/SignupPage/SignupPage.js | 9 ++++++++- src/Constants/Fields/RadioFields.js | 3 +++ src/pageElements/Radio.js | 3 +++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/Components/SignupPage/SignupPage.js b/src/Components/SignupPage/SignupPage.js index 18509c2..f4531d5 100644 --- a/src/Components/SignupPage/SignupPage.js +++ b/src/Components/SignupPage/SignupPage.js @@ -387,6 +387,7 @@ const SignupPage = () => { value={option.value} name={option.name} description={option.description} + details={option.details} activeRadioOption={activeRadioOption} price={option.price} /> @@ -394,7 +395,13 @@ const SignupPage = () => {
-
+
+
Order summary
+
{`{subVar} subscription type`}
+
{`{subVar} subscription mini description`}
+
{`{subVar} Total billed today: `}
+
Plus aplicable sales tax -toooltip
+
+
{`${details}`}
@@ -58,6 +60,7 @@ const Radio = (props) => {
{`${description}`}
+
{`${details}`}