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

Commit

Permalink
upgrade 4.71
Browse files Browse the repository at this point in the history
  • Loading branch information
vpietri-tbd authored and thomasmonext committed Jun 29, 2022
1 parent 90c1f1e commit 537b358
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 17 deletions.
74 changes: 61 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
----------------------------------------

* 4.71 (2022-06-16)
* Update WSDL from 4.70 to 4.71
* changer parameter type for sdk/maxTimeout

----------------------------------------

* 4.70 (2022-05-23)
* wsdl upgrade
* expose parameters by method ( getDefaultWSRequest )
* fix doAuthorizationRedirect call
* fix custom soap_client option in WebserviceClient
* support php 8 fix : "strcmp(): Passing null to parameter #2" in isChildFromList

----------------------------------------

* 4.69 (2022-01-18)
* wsdl upgrade
* add threeDSInfo and travelFileNumber in doAuthorization
Expand All @@ -13,6 +23,8 @@
* remove CRLF ending files
* add reset methode to reuse SDK instance

----------------------------------------

* 4.68 (2021-09-27)
* wsdl upgrade
* add merchantURL and merchantCountryCode in verifyEnrollment
Expand All @@ -22,6 +34,8 @@
* add getSoapLastContent to retrieve last SOAP context
* fix warnings on undefined array keys in SDK

----------------------------------------

* 4.66 (2021-01-06)
* wsdl upgrade
* remove createMerchant
Expand All @@ -32,7 +46,9 @@
* add amount, currency, privateDataList and sequenceNumber in doReset
* add recurring in verifyEnrollment
* add recurring, merchantScore and skipSmartDisplay in doWebPayment


----------------------------------------

* 4.64.1 (2021-01-06)
* wsdl upgrade and split wsdl in three files
* new properties authorizedCurrency, authorizedAmount in Authorization
Expand All @@ -42,7 +58,9 @@
* allow to customize waiting time when connecting to Payline servers
* format request for UpdateWallet call
* fix phpdoc for logger


----------------------------------------

* 4.59 (2019-07-28)
* wsdl upgrade
* new threeDSInfo parameter for manageWebWallet and doWebPayment
Expand All @@ -56,10 +74,14 @@
* new cumulatedAmount in payment
* new billingBank in recurring

----------------------------------------

* 4.54 & 4.55 (2018-06-27)
* new asynchronousRetryTimeout parameter for doAuthorization and doWebPayment (4.55)
* new miscData parameter for isRegistered (4.54)


----------------------------------------

* 4.53 (2018-01-10)
* new deliveryCharge attribute in order object
* new registrationToken attribute in payment object
Expand All @@ -68,34 +90,52 @@
* new subMerchant parameter for doAuthorization, doWebPayment, doCredit, doDebit, doImmediateWalletPayment, doScheduledWalletPayment
* new miscData parameter for doWebPayment
* new returnUrl parameter for verifyEnrollment


----------------------------------------

* 4.52 (2017-10-16)
* new avs child node in transaction object

* new avs child node in transaction object

----------------------------------------

* 4.51 (2017-08-11)
* no structural changes


----------------------------------------

* 4.50.2 (2017-06-30)
* new details child node in doRefundRequest object

----------------------------------------

* 4.50.1 (2017-05-09)
* add of certificate-based authentication endpoints

----------------------------------------

* 4.50 (2017-04-13)
* new merchantName parameter for doWebPayment, manageWebWallet and verifyEnrollment (name displayed on ACS)
* new attribute paymentData for object Card (used by Apple Pay only)

----------------------------------------

* 4.49 (2017-01-05)
* removal of autoload inclusion in main PaylineSDK.php file
* fix of `SOAP_DOCUMENT` and `SOAP_LITERAL` constants use in main PaylineSDK.php file
* new optional parameters defaultTimezone and externalLogger for PaylineSDK class constructor

----------------------------------------

* 4.48 (2016-09-13)
* new properties version and TransactionDate for getAlertDetailsRequest


----------------------------------------

* 4.47.1 (2016-08-04)
* new property generateVirtualCvx for verifyEnrollmentRequest


----------------------------------------

* 4.47 (2016-06-16)
* new buyer properties :
- deviceFingerprint
Expand All @@ -109,11 +149,14 @@
* new property cardBrand for payment and wallet objets
* new property version for getCardsRequest

----------------------------------------

* 4.46.1 (2016-06-06)
* contractNumberWalletList can have 99 contractNumberWallet elements

* 4.46 (2016-05-10)
----------------------------------------

* 4.46 (2016-05-10)
* add of PaResStatus and VeResStatus (Authentication3DSecure class)
* response format : child nodes of cardinality higher to 1 are sent in an integer-indexed array, in any cases (1 element of index 0 if node has only 1 child).
This applies to nodes :
Expand All @@ -134,17 +177,22 @@
- PaymentMeansTrans (son of PaymentMeansTransHist)
- AlertsTrans (son of AlertsTransHist)

* 4.45.1 (2016-03-10)
----------------------------------------

* 4.45.1 (2016-03-10)
* add of Recurring class
* require any 1.* monolog/monolog version
* date_default_timezone_set("Europe/Paris") in PaylineSDK class constructor
* add widget related constants (js and css url path)

* 4.45 (2016-01-22)
----------------------------------------

* 4.45 (2016-01-22)
* add of softDescriptor payment attribute (Payment class)

* 4.44.1 (2016-01-20)
----------------------------------------

* 4.44.1 (2016-01-20)
* Fisrt Payline release deployed on Composer

----------------------------------------
2 changes: 1 addition & 1 deletion src/Payline/PaylineSDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class PaylineSDK
* Payline release corresponding to this version of the package
* @see https://docs.payline.com/display/DT/API+version+history
*/
const SDK_RELEASE = 'PHP SDK 4.70';
const SDK_RELEASE = 'PHP SDK 4.71';

/**
* development environment flag
Expand Down
2 changes: 1 addition & 1 deletion src/Payline/wsdl/DirectPaymentAPI.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -2872,7 +2872,7 @@
<element name="deviceRenderOptionsUI" nillable="true" type="xsd:string"/>
<element name="appID" nillable="true" type="xsd:string"/>
<element name="ephemPubKey" nillable="true" type="xsd:string"/>
<element name="maxTimeout" nillable="true" type="xsd:integer"/>
<element name="maxTimeout" nillable="true" type="xsd:string"/>
<element name="referenceNumber" nillable="true" type="xsd:string"/>
<element name="transID" nillable="true" type="xsd:string"/>
<element name="encData" nillable="true" type="xsd:string"/>
Expand Down
2 changes: 1 addition & 1 deletion src/Payline/wsdl/ExtendedAPI.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -2872,7 +2872,7 @@
<element name="deviceRenderOptionsUI" nillable="true" type="xsd:string"/>
<element name="appID" nillable="true" type="xsd:string"/>
<element name="ephemPubKey" nillable="true" type="xsd:string"/>
<element name="maxTimeout" nillable="true" type="xsd:integer"/>
<element name="maxTimeout" nillable="true" type="xsd:string"/>
<element name="referenceNumber" nillable="true" type="xsd:string"/>
<element name="transID" nillable="true" type="xsd:string"/>
<element name="encData" nillable="true" type="xsd:string"/>
Expand Down
2 changes: 1 addition & 1 deletion src/Payline/wsdl/WebPaymentAPI.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -2872,7 +2872,7 @@
<element name="deviceRenderOptionsUI" nillable="true" type="xsd:string"/>
<element name="appID" nillable="true" type="xsd:string"/>
<element name="ephemPubKey" nillable="true" type="xsd:string"/>
<element name="maxTimeout" nillable="true" type="xsd:integer"/>
<element name="maxTimeout" nillable="true" type="xsd:string"/>
<element name="referenceNumber" nillable="true" type="xsd:string"/>
<element name="transID" nillable="true" type="xsd:string"/>
<element name="encData" nillable="true" type="xsd:string"/>
Expand Down

0 comments on commit 537b358

Please sign in to comment.