fixed javascript
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
if (payload.liabilityShifted || payload.type !== 'CreditCard') {
|
||||
document.querySelector('#nonce').value = payload.nonce;
|
||||
hiddenNonceInput.value = payload.nonce;
|
||||
paymenterrordiv2.innerHTML = '<p class="successmessage">We are submitting the payment. Do not reload or press submit more than once.</p>';
|
||||
form.submit();
|
||||
} else {
|
||||
// Decide if you will force the user to enter a different
|
||||
|
||||
Reference in New Issue
Block a user