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