Changeset 2678927
- Timestamp:
- 02/15/2022 09:44:17 AM (4 years ago)
- File:
-
- 1 edited
-
via-delivery/trunk/includes/shipping.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
via-delivery/trunk/includes/shipping.php
r2676879 r2678927 299 299 $city = strval($package['destination']['city']); 300 300 301 $WC_Countries = new WC_Countries();301 $WC_Countries = new \WC_Countries(); 302 302 $states = $WC_Countries->get_states( $country ); 303 303
Note: See TracChangeset
for help on using the changeset viewer.