more
This commit is contained in:
@@ -149,7 +149,7 @@ const SignupPage = () => {
|
||||
*/
|
||||
};
|
||||
|
||||
const handleProceed = () => {
|
||||
const handleProceedToPayent = () => {
|
||||
const dataValues = validateData();
|
||||
if (dataValues === null) {
|
||||
return;
|
||||
@@ -270,7 +270,7 @@ const SignupPage = () => {
|
||||
className="primary-button signup-proceed-button"
|
||||
type="button"
|
||||
size="lg"
|
||||
onClick={handleProceed}
|
||||
onClick={handleProceedToPayent}
|
||||
disabled={isBusy}
|
||||
labelText="Proceed to Payment"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user