mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-07 10:01:47 -04:00
Support WePay in UK
This commit is contained in:
parent
3f1720a4d5
commit
b9f09899b2
@ -42,7 +42,7 @@
|
|||||||
->radios([
|
->radios([
|
||||||
trans('texts.country_United States') => ['value' => 'US'],
|
trans('texts.country_United States') => ['value' => 'US'],
|
||||||
trans('texts.country_Canada') => ['value' => 'CA'],
|
trans('texts.country_Canada') => ['value' => 'CA'],
|
||||||
trans('texts.country_United Kingdom') => ['value' => 'GB'],
|
//trans('texts.country_United Kingdom') => ['value' => 'GB'],
|
||||||
]) !!}
|
]) !!}
|
||||||
</div>
|
</div>
|
||||||
<div id="wepay-accept-debit" style="display:none">
|
<div id="wepay-accept-debit" style="display:none">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user