mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 18:04:33 -04:00
fix stripe
This commit is contained in:
parent
7f31d076b6
commit
bdce885290
4
resources/js/clients/payments/process.js
vendored
4
resources/js/clients/payments/process.js
vendored
@ -73,10 +73,6 @@ class ProcessStripePayment {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
.then((result) => {
|
.then((result) => {
|
||||||
document
|
|
||||||
.getElementById('processing-overlay')
|
|
||||||
.classList.add('hidden');
|
|
||||||
|
|
||||||
if (result.error) {
|
if (result.error) {
|
||||||
return this.handleFailure(result.error.message);
|
return this.handleFailure(result.error.message);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user