mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Hide Plaid until it's fixed
This commit is contained in:
parent
e9a55aec94
commit
b40deb13bb
@ -337,7 +337,7 @@
|
||||
var enableBicoin = $('#enable_bitcoin').is(':checked');
|
||||
var enableApplePay = $('#enable_apple_pay').is(':checked');
|
||||
$('.stripe-webhook-options').toggle(enableAch || enableAlipay || enableSofort || enableSepa || enableBicoin);
|
||||
$('.stripe-ach-options').toggle(enableAch);
|
||||
$('.stripe-ach-options').toggle(enableAch && {{ $accountGateway && $accountGateway->getPlaidClientId() ? 'true' : 'false' }});
|
||||
$('.verification-file').toggle(enableApplePay);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user