diff --git a/hosting/static/hosting/js/payment.js b/hosting/static/hosting/js/payment.js index 7ba20aed..52dd511a 100644 --- a/hosting/static/hosting/js/payment.js +++ b/hosting/static/hosting/js/payment.js @@ -47,6 +47,8 @@ $(document).ready(function () { } }, error: function (xmlhttprequest, textstatus, message) { + $("#id_generic_payment_form-amount").val(''); + $('#id_generic_payment_form-recurring').prop('checked', false); console.log("Error fetching product") } });