mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for cc payment form
This commit is contained in:
parent
08dee1309e
commit
fb39818c5c
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user