more
This commit is contained in:
@@ -206,6 +206,12 @@ const SignupPage = () => {
|
|||||||
setShowPaymentModal(true);
|
setShowPaymentModal(true);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const handleAdd = () => {
|
||||||
|
//add accounts, close section
|
||||||
|
setShowAddAccount(!showAddAccount);
|
||||||
|
setShowPaymentModal(true);
|
||||||
|
};
|
||||||
|
|
||||||
const handleOpenSelectPlan = (e) => {
|
const handleOpenSelectPlan = (e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
if (isBusy) {
|
if (isBusy) {
|
||||||
@@ -249,11 +255,6 @@ const SignupPage = () => {
|
|||||||
setShowAddAccount(!showAddAccount);
|
setShowAddAccount(!showAddAccount);
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleAdd = () => {
|
|
||||||
//add accounts, close sectin
|
|
||||||
setShowAddAccount(!showAddAccount);
|
|
||||||
};
|
|
||||||
|
|
||||||
// ******************** STRIPE PAY API CALL ******************** //
|
// ******************** STRIPE PAY API CALL ******************** //
|
||||||
async function handleStripeAuthorization(
|
async function handleStripeAuthorization(
|
||||||
user,
|
user,
|
||||||
|
|||||||
Reference in New Issue
Block a user