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') }}