Scripler / scripler

The Scripler web application source code repository
Do What The F*ck You Want To Public License
5 stars 1 forks source link

If you only input a credit card number and nothing else, the modal disappears but nothing happens. #1062

Closed Abekonge closed 9 years ago

Abekonge commented 9 years ago

There is no "subscription succes" or "subscription failed" message - I keep being free user.

Similar to #1057, I think it should not be possible for the form to be submitted when all necessary fields clearly aren't validated.

mortengf commented 9 years ago

The problem occurs due to:

var expirationDate = response.expirationDate.replace(/\s/g, '');

Solution: make a null check.