Changeset 2678928
- Timestamp:
- 02/15/2022 09:47:09 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
r2678927 r2678928 300 300 301 301 $WC_Countries = new \WC_Countries(); 302 $states = $WC_Countries->get_states( $country );302 $states = (array) $WC_Countries->get_states( $country ); 303 303 304 304 if (array_key_exists($state, $states)) {
Note: See TracChangeset
for help on using the changeset viewer.