From cf1e819a1119af30c546c1b24172ffb9a2ae8697 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 3 Jun 2023 09:21:05 +1000 Subject: [PATCH] stripe verifications --- .../views/portal/ninja2020/payment_methods/show.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/portal/ninja2020/payment_methods/show.blade.php b/resources/views/portal/ninja2020/payment_methods/show.blade.php index cfcbbb104b82..b1df77d73787 100644 --- a/resources/views/portal/ninja2020/payment_methods/show.blade.php +++ b/resources/views/portal/ninja2020/payment_methods/show.blade.php @@ -100,11 +100,11 @@
- @if (substr($payment_method->token, 0, 2) === 'pm') + @if (substr($payment_method->token, 0, 2) == 'pm') {{ ctrans('texts.complete_verification') }} - @else + @elseif(substr($payment_method->gateway_customer_reference, 0, 3) == 'cus') {{ ctrans('texts.complete_verification') }}