Changeset 3294435
- Timestamp:
- 05/15/2025 10:59:37 PM (11 months ago)
- Location:
- zipmoney-payments-woocommerce
- Files:
-
- 1 deleted
- 2 edited
-
tags/2.3.27/docker (deleted)
-
tags/2.3.27/includes/class-wc-zipmoney-payment-gateway-config.php (modified) (2 diffs)
-
trunk/includes/class-wc-zipmoney-payment-gateway-config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zipmoney-payments-woocommerce/tags/2.3.27/includes/class-wc-zipmoney-payment-gateway-config.php
r3293768 r3294435 66 66 // const REGION_GB = 'gb'; 67 67 // const REGION_ZA = 'za'; 68 const REGION_US = 'us';68 // const REGION_US = 'us'; 69 69 // const REGION_MX = 'mx'; 70 70 // const REGION_SG = 'sg'; … … 288 288 // self::REGION_AE => 'United Arab Emirates', 289 289 // self::REGION_GB => 'United Kingdom', 290 self::REGION_US => 'United States',290 // self::REGION_US => 'United States', 291 291 ), 292 292 ), -
zipmoney-payments-woocommerce/trunk/includes/class-wc-zipmoney-payment-gateway-config.php
r3293768 r3294435 66 66 // const REGION_GB = 'gb'; 67 67 // const REGION_ZA = 'za'; 68 const REGION_US = 'us';68 // const REGION_US = 'us'; 69 69 // const REGION_MX = 'mx'; 70 70 // const REGION_SG = 'sg'; … … 288 288 // self::REGION_AE => 'United Arab Emirates', 289 289 // self::REGION_GB => 'United Kingdom', 290 self::REGION_US => 'United States',290 // self::REGION_US => 'United States', 291 291 ), 292 292 ),
Note: See TracChangeset
for help on using the changeset viewer.