From be00050615c8f67500e20566c24bf35befb406ba Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 29 Mar 2020 07:24:39 +0300 Subject: [PATCH] Clarify Stripe help --- resources/lang/en/texts.php | 1 + .../views/accounts/account_gateway.blade.php | 21 ++++++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index bdd0905ec9e2..449dcba38685 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3477,6 +3477,7 @@ $LANG = array( 'credit_terms' => 'Credit Terms', 'untitled_company' => 'Untitled Company', 'added_company' => 'Successfully added company', + 'supported_events' => 'Supported Events', ); return $LANG; diff --git a/resources/views/accounts/account_gateway.blade.php b/resources/views/accounts/account_gateway.blade.php index a5cf2e9f052f..de3e4747ea5b 100644 --- a/resources/views/accounts/account_gateway.blade.php +++ b/resources/views/accounts/account_gateway.blade.php @@ -248,9 +248,24 @@
-
{!! trans('texts.stripe_webhook_help', [ - 'link'=>''.trans('texts.stripe_webhook_help_link_text').'' - ]) !!}
+
+

+ {!! trans('texts.stripe_webhook_help', [ + 'link'=>''.trans('texts.stripe_webhook_help_link_text').'' + ]) !!} +

+

+ {{ trans('texts.supported_events') }} +

    +
  • charge.failed
  • +
  • charge.succeeded
  • +
  • charge.refunded
  • +
  • customer.source.updated
  • +
  • customer.source.deleted
  • +
  • source.chargeable
  • +
+

+