Plugin Directory

Changeset 2678928


Ignore:
Timestamp:
02/15/2022 09:47:09 AM (4 years ago)
Author:
ipol
Message:

1.0.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • via-delivery/trunk/includes/shipping.php

    r2678927 r2678928  
    300300
    301301        $WC_Countries = new \WC_Countries();
    302         $states = $WC_Countries->get_states( $country );
     302        $states = (array) $WC_Countries->get_states( $country );
    303303
    304304        if (array_key_exists($state, $states)) {
Note: See TracChangeset for help on using the changeset viewer.