Skip to content

Commit

Permalink
feat: update moneygram countries (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinenerio authored Sep 13, 2024
1 parent 38e4919 commit 7ee2f57
Showing 1 changed file with 23 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,5 +345,26 @@ const _coinflowCountries = {

const _scalexCountries = {'NG'};

const _moneygramOnRampCountries = {'US'};
const _moneygramOffRampCountries = {'US', 'PT'};
const _moneygramOnRampCountries = {
'AO', 'AR', 'AU', 'BH', 'BF', 'KH', 'CA', 'CV', 'CL', 'CD', 'CI', 'DK', //
'GM', 'DE', 'GW', 'HU', 'IE', 'JO', 'KE', 'LT', 'MW', 'NO', 'OM', 'PA', //
'PE', 'PH', 'PL', 'SA', 'SN', 'ZA', 'SE', 'TZ', 'UG', 'GB', 'US', 'ZM',
};

const _moneygramOffRampCountries = {
'AF', 'AL', 'AI', 'AG', 'AM', 'AO', 'AR', 'AW', 'AU', 'AT', 'BH', 'BS', //
'BB', 'BY', 'BE', 'BZ', 'BJ', 'BM', 'BT', 'BO', 'BA', 'BW', 'BR', 'BN', //
'BF', 'BG', 'KH', 'CM', 'CA', 'CV', 'KY', 'CF', 'TD', 'CL', 'CO', 'KM', //
'CD', 'CG', 'CR', 'CI', 'HR', 'CW', 'CY', 'CZ', 'DK', 'DJ', 'DM', 'DO', //
'EC', 'SV', 'EE', 'ET', 'FJ', 'FI', 'FR', 'GF', 'GA', 'GM', 'GE', 'DE', //
'GH', 'GI', 'GR', 'GD', 'GP', 'GU', 'GT', 'GW', 'GY', 'HT', 'HN', 'HK', //
'HU', 'IS', 'IN', 'ID', 'IE', 'IL', 'IT', 'JM', 'JP', 'JO', 'KZ', 'KE', //
'KR', 'XK', 'KG', 'LA', 'LV', 'LB', 'LR', 'LY', 'LT', 'LU', 'MK', 'MG', //
'MW', 'MY', 'MV', 'ML', 'MT', 'MH', 'MQ', 'MR', 'MU', 'YT', 'MX', 'FM', //
'MD', 'MN', 'ME', 'MS', 'MZ', 'MM', 'NA', 'NL', 'NZ', 'NI', 'NE', 'NG', //
'NO', 'OM', 'PS', 'PA', 'PY', 'PE', 'PH', 'PL', 'PT', 'PR', 'RO', 'RW', //
'RE', 'KN', 'LC', 'MF', 'VC', 'WS', 'ST', 'SA', 'SN', 'RS', 'SC', 'SL', //
'SG', 'SX', 'SK', 'SB', 'ZA', 'SS', 'ES', 'LK', 'SE', 'CH', 'TZ', 'TH', //
'TL', 'TG', 'TO', 'TT', 'TC', 'TV', 'UG', 'UA', 'AE', 'GB', 'US', 'UY', //
'UZ', 'VU', 'VE', 'VN', 'VG', 'VI', 'ZM',
};

0 comments on commit 7ee2f57

Please sign in to comment.