From b9f09899b21d767b880b3bc4357f10e2b5170037 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 4 Jul 2017 12:30:44 +0300 Subject: [PATCH] Support WePay in UK --- resources/views/accounts/account_gateway_wepay.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], ]) !!}