mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
🌐 Update supported countries for casual selling
This commit is contained in:
parent
0b6e04d068
commit
1ddbc38359
1 changed files with 44 additions and 7 deletions
|
@ -50,16 +50,53 @@ return array(
|
|||
return new ConnectManualRestEndpoint();
|
||||
},
|
||||
'settings.casual-selling.supported-countries' => static function ( ContainerInterface $container ) : array {
|
||||
// TODO: This is a dummy list, while we wait for the official eligibility list.
|
||||
|
||||
return array(
|
||||
'US',
|
||||
'CA',
|
||||
'DE',
|
||||
'ES',
|
||||
'AR',
|
||||
'AU',
|
||||
'AT',
|
||||
'CH',
|
||||
'BE',
|
||||
'BR',
|
||||
'CA',
|
||||
'CL',
|
||||
'CN',
|
||||
'CY',
|
||||
'CZ',
|
||||
'DK',
|
||||
'EE',
|
||||
'FI',
|
||||
'FR',
|
||||
'GR',
|
||||
'HU',
|
||||
'ID',
|
||||
'IE',
|
||||
'IT',
|
||||
'JP',
|
||||
'LV',
|
||||
'LI',
|
||||
'LU',
|
||||
'MY',
|
||||
'MT',
|
||||
'NL',
|
||||
'NZ',
|
||||
'NO',
|
||||
'PH',
|
||||
'PL',
|
||||
'PT',
|
||||
'RO',
|
||||
'RU',
|
||||
'SM',
|
||||
'SA',
|
||||
'SG',
|
||||
'SK',
|
||||
'SI',
|
||||
'ZA',
|
||||
'KR',
|
||||
'ES',
|
||||
'SE',
|
||||
'TW',
|
||||
'GB',
|
||||
'US',
|
||||
'VN',
|
||||
);
|
||||
},
|
||||
'settings.casual-selling.eligible' => static function ( ContainerInterface $container ) : bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue