This commit is contained in:
Kenneth Jannette
2024-01-19 19:39:28 -06:00
parent 79656a36e8
commit 74606afc72

View File

@@ -127,7 +127,7 @@ const SignupPage = () => {
async function handleStripeAuthorization(paymentDataValues) { async function handleStripeAuthorization(paymentDataValues) {
// Do: calls to Stripe API // Do: calls to Stripe API
// if success, return some truthy value or // if success, return some truthy value or
// handle failure // handle failure in handleSignup
} }
const handleSignup = async (e) => { const handleSignup = async (e) => {