This commit is contained in:
Kenneth Jannette
2024-01-25 20:29:37 -06:00
parent 71b73a52d8
commit 05961b7c59

View File

@@ -166,10 +166,6 @@ const SignupPage = () => {
paymentDataValues, paymentDataValues,
customerDataValues customerDataValues
) { ) {
// Do: calls to Stripe API
// if success, return some truthy value or
// handle failure in handleSignup
let error = false; let error = false;
let subscriptionId = null; let subscriptionId = null;
let customerId = null; let customerId = null;