Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method prices does not exist #11

Closed
nidhi-simzia opened this issue Aug 16, 2023 · 1 comment
Closed

Method prices does not exist #11

nidhi-simzia opened this issue Aug 16, 2023 · 1 comment

Comments

@nidhi-simzia
Copy link

$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
Copy link
Contributor

jlevers commented Aug 16, 2023

This should be fixed in v0.6.3.

@jlevers jlevers closed this as completed Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants