Fixes for cc payment form

This commit is contained in:
David Bomba 2024-03-12 05:54:18 +11:00
parent 08dee1309e
commit fb39818c5c

View File

@ -60,7 +60,7 @@
document.getElementById("server_response").submit(); document.getElementById("server_response").submit();
}, },
onClick: function (){ onClick: function (){
document.getElementById('paypal-button-container').hidden = true; // document.getElementById('paypal-button-container').hidden = true;
} }
}).render('#paypal-button-container').catch(function(err) { }).render('#paypal-button-container').catch(function(err) {