Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
v4.50.2 : add details for doRefund
Browse files Browse the repository at this point in the history
  • Loading branch information
PaylineGitHub committed Jun 30, 2017
1 parent cf7a409 commit a2c89a3
Show file tree
Hide file tree
Showing 2 changed files with 3,578 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Payline/PaylineSDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ class PaylineSDK
/**
* Payline release corresponding to this version of the package
*/
const SDK_RELEASE = 'PHP SDK 4.50.1';
const SDK_RELEASE = 'PHP SDK 4.50.2';

/**
* WSDL file name
*/
const WSDL = 'v4.50.wsdl';
const WSDL = 'v4.50.2.wsdl';

/**
* development environment flag
Expand Down Expand Up @@ -1395,6 +1395,7 @@ public function doRefund($array)
'payment' => $this->payment($array['payment']),
'comment' => $array['comment'],
'privateDataList' => $this->privateData,
'details' => $this->orderDetails,
'sequenceNumber' => $array['sequenceNumber']
);
return $this->webServiceRequest($array, $WSRequest, PaylineSDK::DIRECT_API, 'doRefund');
Expand Down
Loading

0 comments on commit a2c89a3

Please sign in to comment.