This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Releases: Ingenico-ePayments/connect-sdk-php
Releases · Ingenico-ePayments/connect-sdk-php
5.18.0
- Added:
- Added property
validateShoppingCart
to classHostedCheckoutSpecificInput
. - Added property
productCategory
to classOrderLineDetails
. - Added property
iban
to classPaymentProductFieldValidators
.
- Added property
5.17.0
- Added:
- Added property
deviceFingerprintTransactionId
to classFraudFields
. - Added property
deviceFingerprintEnabled
to classPaymentProduct
. - Added property
termsAndConditions
to classPaymentProductFieldValidators
. - Added method
deviceFingerprint
to classProductsClient
.
- Added property
- Changed:
- Renamed property
fingerPrintActivated
of classFraudFields
todeviceFingerprintActivated
.
- Renamed property
5.16.0
- Added:
- Added property
passengers
to classAirlineData
. - Added property
serviceClass
to classAirlineFlightLeg
. - Added property
hostedCheckoutSpecificOutput
to classPayment
. - Added property
fraudResults
to classRedirectPaymentMethodSpecificOutput
. - Added property
alias
to classesCreateMandateBase
andMandateResponse
. - Added properties
assetUrl
andclientApiUrl
to classSessionResponse
.
- Added property
5.15.0
- Added:
- Added classes
CreateMandateWithReturnUrl
andSepaDirectDebitPaymentProduct771SpecificInputBase
.
- Added classes
- Changed:
- Class
CreateMandateRequest
now extends new classCreateMandateWithReturnUrl
instead ofCreateMandateBase
. - Restructured the type hierarchy of classes
SepaDirectDebitPaymentMethodSpecificInput
,SepaDirectDebitPaymentMethodSpecificInputBase
andSepaDirectDebitPaymentProduct771SpecificInput
.
- Class
5.14.0
- Added:
- Added property
eInvoiceRefundMethodSpecificOutput
to classRefundOutput
- Added property
5.13.0
- Added:
- Added property
seller
to classOrder
. - Added properties
eInvoicePaymentMethodSpecificInput
andsepaDirectDebitPaymentMethodSpecificInput
to classCreateHostedCheckoutRequest
. - Added property
returnCancelState
to classHostedCheckoutSpecificInput
. - Added property
paymentProduct771SpecificOutput
to classSepaDirectDebitPaymentMethodSpecificOutput
. - Added class
Mandates
and methodClient.mandates
to support mandates. - Added classes
EInvoicePaymentMethodSpecificInputBase
,SepaDirectDebitPaymentMethodSpecificInputBase
andRedirectDataBase
.
- Added property
- Changed:
- Class
EInvoicePaymentMethodSpecificInput
now extends classEInvoicePaymentMethodSpecificInputBase
instead of extendingAbstractPaymentMethodSpecificInput
directly. - Class
SepaDirectDebitPaymentMethodSpecificInput
now extends classSepaDirectDebitPaymentMethodSpecificInputBase
instead of extendingAbstractPaymentMethodSpecificInput
directly. - Class
RedirectData
now extends classRedirectDataBase
.
- Class
5.12.0
- Added:
- Added new payment method
EInvoice
to support the new AfterPay Installments and AfterPay Invoice products. - Added method
customerDetails
to classProducts
. - Added properties
productName
andgoogleProductCategoryId
to classOrderLineDetails
. - Added property
fieldsWarning
to classPaymentProduct
. - Added property
usedForLookup
to classPaymentProductField
. This field indicates if the payment product field can and should be provided for a call to the newProducts.customerDetails
method. - Added property
link
to classPaymentProductFieldDisplayHints
which is a URL that points to the Terms and Conditions for the product. - Added property
displayElements
to classValueMappingElement
.
- Added new payment method
- Deprecated:
- Deprecated property
displayName
of classValueMappingElement
in favor of an element with the same id in thedisplayElements
list.
- Deprecated property
5.11.2
- Fixed:
- The response of Capture payment is now properly handled.
5.11.1
- Fixed:
- Added missing
use
clauses to filesResourceLogger.php
andSplFileObjectLogger.php
.
- Added missing
5.11.0
- Added:
- Added property
contactDetails
to classCustomerRiskAssessment
.
- Added property