diff --git a/resources/views/accounts/payments.blade.php b/resources/views/accounts/payments.blade.php index e3a23822c7f4..d9bf2b672e4f 100644 --- a/resources/views/accounts/payments.blade.php +++ b/resources/views/accounts/payments.blade.php @@ -126,9 +126,9 @@
@@ -255,7 +255,7 @@ updateFeeSample(); - if (gateway_type_id == {{ GATEWAY_TYPE_CUSTOM }}) { + if (gateway_type_id == {{ GATEWAY_TYPE_CUSTOM }} || {{ $account->gateway_fee_enabled ? '0' : '1' }}) { $('#feesEnabled').hide(); $('#feesDisabled').show(); } else {