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

Commit

Permalink
version 4.69, fix #82
Browse files Browse the repository at this point in the history
  • Loading branch information
vpietri-tbd authored and thomasmonext committed Feb 21, 2022
1 parent 4b0363c commit 59ec35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payline/PaylineSDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ public function addOrderDetail(array $newOrderDetail)
*/
public function addPrivateData(array $array)
{
$this->privateData[] = $this->buildSoapObject($array, new PrivateData());
$this->privateData[] = $this->buildSoapObject($array, new PrivateData(), self::SOAP_PRIVATE_DATA);
}

/*
Expand Down

0 comments on commit 59ec35f

Please sign in to comment.