PaylineByMonext / payline-php-sdk

Payline PHP SDK
http://www.payline.com
GNU Lesser General Public License v3.0
28 stars 33 forks source link

4.69 version: Too few arguments to function Payline\PaylineSDK::buildSoapObject(), 2 passed and exactly 3 expected #82

Closed amarmain closed 2 years ago

amarmain commented 2 years ago

Too few arguments to function Payline\PaylineSDK::buildSoapObject(), 2 passed in

(...)/vendor/monext/payline-sdk/src/Payline/PaylineSDK.php on line 1586 and exactly 3 expected

oreaweb commented 2 years ago

Too few arguments to function Payline\PaylineSDK::buildSoapObject(), 2 passed in

(...)/vendor/monext/payline-sdk/src/Payline/PaylineSDK.php on line 1586 and exactly 3 expected

Dans le fichier paylineSDK.php, ligne 1586, il faut écrire :

$this->privateData[] = $this->buildSoapObject($array, new PrivateData(), self::SOAP_PRIVATE_DATA);

au lieu de :

$this->privateData[] = $this->buildSoapObject($array, new PrivateData());

thomasmonext commented 2 years ago

fix in => https://github.com/PaylineByMonext/payline-php-sdk/releases/tag/4.69-RC2

mWardi commented 2 years ago

RC is for Release Candidate. Tagging RC after the release of 4.69 does not make sense. This issue is breaking for the release 4.69. Can you please change the tag to something more appropriate (4.69.1 maybe) for better integration with composer, and easier dependencies management,