mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 14:24:34 -04:00
Fixes
This commit is contained in:
parent
2cf9db7b2b
commit
5dc9edab35
1
public/js/clients/payments/stripe-bacs.js
vendored
1
public/js/clients/payments/stripe-bacs.js
vendored
@ -13,6 +13,7 @@ class ProcessBACS {
|
||||
this.key = key;
|
||||
this.errors = document.getElementById('errors');
|
||||
this.stripeConnect = stripeConnect;
|
||||
this.onlyAuthorization = onlyAuthorization;
|
||||
}
|
||||
|
||||
setupStripe = () => {
|
||||
|
1
resources/js/clients/payments/stripe-bacs.js
vendored
1
resources/js/clients/payments/stripe-bacs.js
vendored
@ -13,6 +13,7 @@ class ProcessBACS {
|
||||
this.key = key;
|
||||
this.errors = document.getElementById('errors');
|
||||
this.stripeConnect = stripeConnect;
|
||||
this.onlyAuthorization = onlyAuthorization;
|
||||
}
|
||||
|
||||
setupStripe = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user