Releases: mallgroup/mpapi-client-php
Releases · mallgroup/mpapi-client-php
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
branches
entity, 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
Updated logging of request errors
Updated logging of request errors: they are no longer truncated after 120 characters
Added support for new Product and Variant pricing endpoints
Merge branch 'MAR-6703-price-updates' into 'master' [MAR-6703] Added support for new Product and Variant pricing endpoints Closes MAR-6703 See merge request marketplace-team/marketplace-api-client!43