We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Simple calling the API: $api = new TiendaNube\API(STORE_ID, ACCESS_TOKEN, 'Awesome App ([email protected])'); $response = $api->get("products"); var_dump($response->body);
Got: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65488 bytes) in TiendaNube\Requests.php on line 10
The text was updated successfully, but these errors were encountered:
I couldn't reproduce it on my store.
What store id are you using?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Simple calling the API:
$api = new TiendaNube\API(STORE_ID, ACCESS_TOKEN, 'Awesome App ([email protected])');
$response = $api->get("products");
var_dump($response->body);
Got:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65488 bytes) in TiendaNube\Requests.php on line 10
The text was updated successfully, but these errors were encountered: