more
This commit is contained in:
@@ -424,7 +424,7 @@ const SignupPage = () => {
|
||||
paymentDataValues,
|
||||
dataValues
|
||||
);
|
||||
console.log("9====> ~ ~ ~ ~ data", data);
|
||||
console.log("data returned from handleStipeAuth", data);
|
||||
const customerId = data?.data?.customerId;
|
||||
const subscriptionCreated = data?.data?.subscriptionCreated;
|
||||
const subscriptionPeriodStart = data?.data?.subscriptionPeriodStart;
|
||||
@@ -455,12 +455,11 @@ const SignupPage = () => {
|
||||
subscriptionId,
|
||||
isPromotionalMebership
|
||||
);
|
||||
|
||||
setIsBusy(false);
|
||||
navigate("/dashboard");
|
||||
}
|
||||
} catch (error) {
|
||||
console.log("Error handling request", error, error.message);
|
||||
console.log("Error handling request", error);
|
||||
setIsBusy(false);
|
||||
setNotice("Sorry, something went wrong. Please try again.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user