| @@ -38,9 +38,9 @@ | ||
| 38 | 38 | * Lazy data store getter. |
| 39 | 39 | */ |
| 40 | 40 | public function getDataStore(): WC_Shipping_Zone_Data_Store_Interface { |
| 41 | 41 | if ( $this->dataStore === null ) { |
| 42 | - $this->dataStore = $this->wcAdapter->dataStoreLoad( 'shipping-zone' ); | |
| 42 | + $this->dataStore = WC_Data_Store::load( 'shipping-zone' ); | |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | return $this->dataStore; |
| 46 | 46 | } |