This commit is contained in:
Kenneth Jannette
2024-01-19 15:44:03 -06:00
parent 1c67511871
commit 02919a106e

View File

@@ -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"
/>