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}`}