From 9002b622aeebdf4cc8251a1dbc59cfec7b3351dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 28 Sep 2021 11:30:50 +0200 Subject: [PATCH] Default to blank country/currency for Stripe ACH --- .../portal/ninja2020/gateways/stripe/ach/authorize.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/views/portal/ninja2020/gateways/stripe/ach/authorize.blade.php b/resources/views/portal/ninja2020/gateways/stripe/ach/authorize.blade.php index 7d5974befd..07350864bf 100644 --- a/resources/views/portal/ninja2020/gateways/stripe/ach/authorize.blade.php +++ b/resources/views/portal/ninja2020/gateways/stripe/ach/authorize.blade.php @@ -43,7 +43,8 @@ @endcomponent @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.country')]) - + @foreach($countries as $country) @endforeach @@ -52,6 +53,7 @@ @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.currency')])