Created
July 23, 2010 22:57
-
-
Save matthodan/488185 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a ruby array of other state/province codes and corresponding abbreviations | |
# that are recognized by PayPal's API as of July 23, 2010 | |
@other_codes = [ | |
['American Samoa', 'AS'], | |
['Armed Forces', 'AE'], | |
['Armed Forces Americas', 'AA'], | |
['Armed Forces Pacific', 'AP'], | |
['Federated States of Micronesia', 'FM'], | |
['Guam', 'GU'], | |
['Marshall Islands', 'MH'], | |
['Northern Mariana Islands', 'MP'], | |
['Palau', 'PW'], | |
['Virgin Islands', 'VI'] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment