This commit is contained in:
Kenneth Jannette
2024-01-19 19:17:15 -06:00
parent 99c97da194
commit 86a8b4b329
2 changed files with 0 additions and 3 deletions

View File

@@ -42,7 +42,6 @@ const SignupPage = () => {
};
const handleChangePaymentInput = (e, name) => {
console.log("e, name", e, name);
const newPaymentData = handleFormDataChange(
e,
name,
@@ -62,7 +61,6 @@ const SignupPage = () => {
};
const validatePaymentData = () => {
console.log("paymentData", paymentData);
const newPaymentData = getValidatedFormData(paymentData, paymentfields);
const hasErrors = isFormDataHasErrors(newPaymentData);
setPaymentData(newPaymentData);