lib/braintree/address/country_names.rb in braintree-2.6.0 vs lib/braintree/address/country_names.rb in braintree-2.6.1
- old
+ new
@@ -1,5 +1,6 @@
+# encoding: utf-8
module Braintree
class Address
CountryNames = [
["Afghanistan", "AF", "AFG", "004"],
["Ă…land", "AX", "ALA", "248"],
@@ -246,6 +247,6 @@
["Western Sahara", "EH", "ESH", "732"],
["Yemen", "YE", "YEM", "887"],
["Zambia", "ZM", "ZMB", "894"],
["Zimbabwe", "ZW", "ZWE", "716"]]
end
-end
\ No newline at end of file
+end