From 7495ccd6562388954dcb158757e401e765592d02 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 6 Mar 2017 09:39:47 +0000 Subject: [PATCH] 9.0.1 release close #76 --- CHANGELOG.md | 6 ++++++ src/Inventory/Services/InventoryService.php | 2 +- src/Sdk.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e01c27253..0170c7284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 9.0.1 - 2017-03-06 + +### Fixes + +* Correct mapping between offer_Id and offerId for the UpdateOffer operation in the Inventory service. + ## 9.0.0 - 2017-03-01 ### Breaking changes diff --git a/src/Inventory/Services/InventoryService.php b/src/Inventory/Services/InventoryService.php index 70a2bba83..ae6a72afe 100644 --- a/src/Inventory/Services/InventoryService.php +++ b/src/Inventory/Services/InventoryService.php @@ -255,7 +255,7 @@ class InventoryService extends \DTS\eBaySDK\Inventory\Services\InventoryBaseServ ], 'UpdateOffer' => [ 'method' => 'PUT', - 'resource' => 'offer/{offer_Id}', + 'resource' => 'offer/{offerId}', 'responseClass' => '\DTS\eBaySDK\Inventory\Types\UpdateOfferRestResponse', 'params' => [ 'offerId' => [ diff --git a/src/Sdk.php b/src/Sdk.php index 7facaff81..ed1cf1f92 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -30,7 +30,7 @@ */ class Sdk { - const VERSION = '9.0.0'; + const VERSION = '9.0.1'; /** * @var bool Controls if the SDK should enforce strict types