Changeset 2676879
- Timestamp:
- 02/11/2022 07:07:22 AM (4 years ago)
- Location:
- via-delivery/trunk
- Files:
-
- 2 edited
-
includes/shipping.php (modified) (1 diff)
-
via-delivery.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
via-delivery/trunk/includes/shipping.php
r2556800 r2676879 298 298 $state = strval($package['destination']['state']); 299 299 $city = strval($package['destination']['city']); 300 301 $WC_Countries = new WC_Countries(); 302 $states = $WC_Countries->get_states( $country ); 303 304 if (array_key_exists($state, $states)) { 305 $state = $states[$state]; 306 } 300 307 301 308 if ($geocode && !empty($country) && !empty($city)) { -
via-delivery/trunk/via-delivery.php
r2645649 r2676879 4 4 * Plugin URI: https://via.delivery 5 5 * Description: Deliver to your customer at a fraction of the cost of traditional carriers. 6 * Version: 1.0.1 06 * Version: 1.0.11 7 7 * Author: Ipol 8 8 * Author URI: https://ipol.ru/
Note: See TracChangeset
for help on using the changeset viewer.