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