diff --git a/resources/views/portal/ninja2020/payment_methods/show.blade.php b/resources/views/portal/ninja2020/payment_methods/show.blade.php index ba7254080699..ad17c41da1f6 100644 --- a/resources/views/portal/ninja2020/payment_methods/show.blade.php +++ b/resources/views/portal/ninja2020/payment_methods/show.blade.php @@ -84,8 +84,34 @@ - @livewire('payment-methods.update-default-method', ['token' => $payment_method, 'client' => $client]) + @if(optional($payment_method->meta)->state === 'unauthorized' && $payment_method->gateway_type_id === \App\Models\GatewayType::BANK_TRANSFER) +
+
+
+
+

+ {{ ctrans('texts.verification')}} +

+
+

+ {{ ctrans('texts.ach_verification_notification') }} +

+
+
+ +
+
+
+ @endif + @livewire('payment-methods.update-default-method', ['token' => $payment_method, 'client' => $client]) +