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

Change client limits #532

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

resslinger
Copy link
Contributor

Q A
issue or Enhancement Enhancement
Changelog updated? yes
License MIT

What's in this PR?

This PR change the default api limit from 50 to 200.

Checklist

  • Updated CHANGELOG.md to describe BC breaks / deprecations | new feature | bugfix

fabeck@arvatis.com and others added 18 commits January 10, 2019 14:42
…ts-shopware-connector

* 'master' of https://github.com/plentymarkets/plentymarkets-shopware-connector:
  surcharge tax fix (plentymarkets#507)
  getCustomerGroupIdentity() typehint remove (plentymarkets#506)
  Tax fix (plentymarkets#505)
  throw rest response on error (plentymarkets#504)
  5.2.1 (plentymarkets#503)
  remove item variation id at vouchers and discounts (plentymarkets#502)
  fix empty invoiceShippingTaxRate (plentymarkets#501)
…ts-shopware-connector

* 'master' of https://github.com/plentymarkets/plentymarkets-shopware-connector:
  skip not existing articles in order response parser (plentymarkets#530)
  fixed client for put calls (plentymarkets#529)
  set shipping time on multi package order (plentymarkets#527)
  null check on customer gender (plentymarkets#528)
  add manufacturer external name as attribute (plentymarkets#526)
  5.3.3 (plentymarkets#524)
  add system currency to config (plentymarkets#522)
  amazon Pay Fix (plentymarkets#521)
  add manufacturer external name as attribute (plentymarkets#519)
  add manufacturer attributes (plentymarkets#518)
  limit (plentymarkets#517)
  5.3.1 (plentymarkets#516)
  travis (plentymarkets#514)
  5.6 (plentymarkets#513)
…lient-limits

* commit '887a6d21822992495b014bb28267f627333c8417':
  csfixer
  skip not existing order item
  round orderItem amount
@@ -417,6 +434,10 @@ private function handleRequestException(Throwable $exception, $method, $path, ar
private function prepareResponse($limit, $offset, array $options, array $response): array
{
if (!isset($options['plainResponse']) || !$options['plainResponse']) {
if (isset($response['itemsPerPage']) && $response['itemsPerPage'] !== $this->itemsPerPage) {
Copy link
Contributor

@jochenmanz jochenmanz Mar 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gute Idee mit dem Fallback! :) Es gab einige Routen die ein kleineres itemsPerPage hatten, das fängt diese ja ab.

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

Successfully merging this pull request may close these issues.

None yet

2 participants