Releases: mallgroup/mpapi-client-php
Releases · mallgroup/mpapi-client-php
New beta version of the client
v4.0.0-beta New v4-beta version of MP API client
Added PHP 8 support, categories/tree endpoint and removeParameter function
Fix incorrect return type for Order::getPaymentType
Added support for Ulozenka status history in order detail
Added support for Ulozenka status history in order detail
Updated Orders entity
- added missing fields and new
branchesentity, with info about secondary branch
Added support for new First delivery attempt field
Merge branch 'MAR-6031-first-delivery-attempt' into 'master' [MAR-6031] Added support for new First delivery attempt field See merge request marketplace-team/marketplace-api-client!50
Reverted the changes from 3.11.1 - 3.11.4
They weren't adding enough functionality to warrant the code necessary.
If you need full response in your app, you can catch the ResponseException and get the response using $exception->getResponse()->getBody()->getContents()
Fixes an issue in v3.11.3
Merge branch 'MAR-6868-error-logging' into 'master' [MAR-6868] Resolve MAR-6868 "Error logging" Closes MAR-6868 See merge request marketplace-team/marketplace-api-client!48
Fixes issue in v3.11.1
Merge branch 'MAR-6868-error-logging' into 'master' [MAR-6868] Updated version to fix an issue with tag on github without force pushing Closes MAR-6868 See merge request marketplace-team/marketplace-api-client!47
Fixed issue in v3.11.1
Merge branch 'MAR-6868-error-logging' into 'master' [MAR-6868] Fix: throw same exception type as we received... Closes MAR-6868 See merge request marketplace-team/marketplace-api-client!45