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