This commit is contained in:
Kenneth Jannette
2024-01-27 00:14:04 -06:00
parent 4ccbd24cf5
commit 90d02b122d

View File

@@ -159,7 +159,7 @@ const SignupPage = () => {
if (dataValues === null) {
return;
}
*/
*/
const dataValues = {
barNumber: "232323",
city: "broolyn",
@@ -212,7 +212,7 @@ const SignupPage = () => {
"Content-Type": "application/json",
},
body: JSON.stringify({
type: "monthly", // TODO: replace this with the user-chosen value later when we have the UI for it
type: "monthly",
customerData: {
email: customerDataValues.email,
name: