highsidelabs / walmart-api-php

PHP SDK for Walmart's Marketplace Partner, Content Provider, and 1P Supplier APIs.
https://highsidelabs.co
BSD 3-Clause "New" or "Revised" License
22 stars 19 forks source link

Method prices does not exist #11

Closed nidhi-simzia closed 1 year ago

nidhi-simzia commented 1 year ago

$this->config = new Configuration([ 'clientId' => $account->client_id, 'clientSecret' => $account->client_secret, 'country' => Country::US, ]);

        $this->WMPObjects = Walmart::marketplace($this->config);
        $itemsApi = $this->WMPObjects->prices();

Got error Method prices does not exist. Using "highsidelabs/walmart-api": "v0.6.1",

jlevers commented 1 year ago

This should be fixed in v0.6.3.