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

Commit

Permalink
merge PaylineSDK.php
Browse files Browse the repository at this point in the history
  • Loading branch information
PaylineGitHub committed Jan 11, 2018
1 parent 0755ec4 commit bed6764
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/Payline/PaylineSDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,24 @@ public function __construct($merchant_id, $access_key, $proxy_host, $proxy_port,
ini_set('user_agent', "PHP\r\nversion: " . PaylineSDK::SDK_RELEASE);
}


/**
* reset OrderDetails
*/
public function resetOrderDetails()
{
$this->orderDetails = array();
}


/**
* reset Private Data
*/
public function resetPrivateData()
{
$this->privateData = array();
}

/**
* build Payment instance from $array and make SoapVar object for payment
*
Expand Down

0 comments on commit bed6764

Please sign in to comment.