Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release-13.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
David T. Sadler committed Aug 23, 2017
2 parents 828c48e + b96bb5e commit 8d309d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 13.0.1 - 2017-08-23

### Fixes

* Wrong HTTP method was been used for the processReturnRequest operation.

## 13.0.0 - 2017-06-23

### Features
Expand Down
2 changes: 1 addition & 1 deletion src/PostOrder/Services/PostOrderService.php
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ class PostOrderService extends \DTS\eBaySDK\PostOrder\Services\PostOrderBaseServ
]
],
'ProcessReturnRequest' => [
'method' => 'MET',
'method' => 'POST',
'resource' => 'RES',
'responseClass' => '\DTS\eBaySDK\PostOrder\Types\ProcessReturnRequestRestResponse',
'params' => [
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
class Sdk
{
const VERSION = '13.0.0';
const VERSION = '13.0.1';

/**
* @var bool Controls if the SDK should enforce strict types
Expand Down

1 comment on commit 8d309d9

@yasiralimami
Copy link

Choose a reason for hiding this comment

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

Hi,
I hope you are doing well, please can I use the script ?
wait you reply

Please sign in to comment.