diff --git a/resources/views/accounts/account_gateway.blade.php b/resources/views/accounts/account_gateway.blade.php index f2cd1741248d..8945417aec0e 100644 --- a/resources/views/accounts/account_gateway.blade.php +++ b/resources/views/accounts/account_gateway.blade.php @@ -90,16 +90,6 @@ @if ($gateway->id == GATEWAY_STRIPE) {!! Former::text('publishable_key') !!} - -
- -
- -
{!! trans('texts.stripe_webhook_help', [ - 'link'=>''.trans('texts.stripe_webhook_help_link_text').'' - ]) !!}
-
-
@elseif ($gateway->id == GATEWAY_BRAINTREE) @if ($account->hasGatewayId(GATEWAY_PAYPAL_EXPRESS)) {!! Former::checkbox('enable_paypal') @@ -161,7 +151,17 @@ ->text(trans('texts.enable_ach')) ->help(trans('texts.stripe_ach_help')) ->value(1) !!} +
+
+ +
+ +
{!! trans('texts.stripe_webhook_help', [ + 'link'=>''.trans('texts.stripe_webhook_help_link_text').'' + ]) !!}
+
+

{{trans('texts.plaid')}}