more
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user