diff --git a/src/Components/SignupPage/SignupPage.js b/src/Components/SignupPage/SignupPage.js index 4d5e257..9616abe 100644 --- a/src/Components/SignupPage/SignupPage.js +++ b/src/Components/SignupPage/SignupPage.js @@ -154,11 +154,27 @@ const SignupPage = () => { return; } + /* const dataValues = validateData(); if (dataValues === null) { return; } - console.log("dataValues", dataValues); +*/ + const dataValues = { + barNumber: "232323", + city: "broolyn", + confirmPassword: "123344556", + email: "j@s.com", + firm: "asdf", + firstName: "ghghg", + lastName: "hhhhh", + password: "123344556", + practiceArea: "dfdfdf", + state: "New York", + streetAddress: "123 Main", + telephone: "(313) 555-5555", + zipCode: "12345", + }; setShowSelectPlan(!showSelectPlan); }; @@ -211,8 +227,6 @@ const SignupPage = () => { subscriptionId = response.subscriptionId; customerId = response.customerId; - console.log("response", response); - return { subscriptionId, customerId, @@ -408,6 +422,16 @@ const SignupPage = () => { ))} +
+
) : ( <>