diff --git a/resources/views/accounts/account_gateway_wepay.blade.php b/resources/views/accounts/account_gateway_wepay.blade.php index 4093d2f02ce7..97c358541a6e 100644 --- a/resources/views/accounts/account_gateway_wepay.blade.php +++ b/resources/views/accounts/account_gateway_wepay.blade.php @@ -42,7 +42,7 @@ ->radios([ trans('texts.country_United States') => ['value' => 'US'], trans('texts.country_Canada') => ['value' => 'CA'], - trans('texts.country_United Kingdom') => ['value' => 'GB'], + //trans('texts.country_United Kingdom') => ['value' => 'GB'], ]) !!}