Index: trunk/extensions/DonationInterface/payflowpro_gateway/includes/stateAbbreviations.inc |
— | — | @@ -7,8 +7,11 @@ |
8 | 8 | $states = array( |
9 | 9 | 'YY' => 'Select a State', |
10 | 10 | 'XX' => 'Outside the U.S.', |
| 11 | + 'AA' => 'Armed Forces Americas (except Canada)', |
| 12 | + 'AE' => 'Armed Forces Africa', |
11 | 13 | 'AK' => 'Alaska', |
12 | 14 | 'AL' => 'Alabama', |
| 15 | + 'AP' => 'Armed Forces Pacific', |
13 | 16 | 'AR' => 'Arkansas', |
14 | 17 | 'AZ' => 'Arizona', |
15 | 18 | 'CA' => 'California', |
— | — | @@ -62,4 +65,4 @@ |
63 | 66 | ); |
64 | 67 | |
65 | 68 | return $states; |
66 | | -} |
\ No newline at end of file |
| 69 | +} |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/includes/countryCodes.inc |
— | — | @@ -61,8 +61,8 @@ |
62 | 62 | '180' => 'Congo, the Democratic Republic of the', |
63 | 63 | '184' => 'Cook Islands', |
64 | 64 | '188' => 'Costa Rica', |
65 | | - '384' => "Côte d'Ivoire", |
66 | | - '191' => 'Croatia (Hrvatska)', |
| 65 | + '384' => "Cote D'Ivoire", |
| 66 | + '191' => 'Croatia', |
67 | 67 | '192' => 'Cuba', |
68 | 68 | '196' => 'Cyprus', |
69 | 69 | '203' => 'Czech Republic', |
— | — | @@ -124,7 +124,7 @@ |
125 | 125 | '410' => 'Korea, Republic of', |
126 | 126 | '414' => 'Kuwait', |
127 | 127 | '417' => 'Kyrgyzstan', |
128 | | - '418' => 'Lao People\'s Democratic Republic', |
| 128 | + '418' => 'Laos', |
129 | 129 | '428' => 'Latvia', |
130 | 130 | '422' => 'Lebanon', |
131 | 131 | '426' => 'Lesotho', |
— | — | @@ -134,7 +134,7 @@ |
135 | 135 | '440' => 'Lithuania', |
136 | 136 | '442' => 'Luxembourg', |
137 | 137 | '446' => 'Macao', |
138 | | - '807' => 'Macedonia, the former Yugoslav Republic of', |
| 138 | + '807' => 'Macedonia', |
139 | 139 | '450' => 'Madagascar', |
140 | 140 | '454' => 'Malawi', |
141 | 141 | '458' => 'Malaysia', |
— | — | @@ -183,7 +183,6 @@ |
184 | 184 | '620' => 'Portugal', |
185 | 185 | '630' => 'Puerto Rico', |
186 | 186 | '634' => 'Qatar', |
187 | | - '638' => 'Réunion', |
188 | 187 | '642' => 'Romania', |
189 | 188 | '643' => 'Russian Federation', |
190 | 189 | '646' => 'Rwanda', |
— | — | @@ -195,6 +194,7 @@ |
196 | 195 | '678' => 'Sao Tome and Principe', |
197 | 196 | '682' => 'Saudi Arabia', |
198 | 197 | '686' => 'Senegal', |
| 198 | + '891' => 'Serbia', |
199 | 199 | '690' => 'Seychelles', |
200 | 200 | '694' => 'Sierra Leone', |
201 | 201 | '702' => 'Singapore', |
— | — | @@ -246,10 +246,9 @@ |
247 | 247 | '732' => 'Western Sahara', |
248 | 248 | '882' => 'Western Samoa', |
249 | 249 | '887' => 'Yemen', |
250 | | - '891' => 'Yugoslavia', |
251 | 250 | '894' => 'Zambia', |
252 | 251 | '716' => 'Zimbabwe' |
253 | 252 | ); |
254 | 253 | |
255 | 254 | return $countryCode; |
256 | | -} |
\ No newline at end of file |
| 255 | +} |