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.28.0
- Added:
- Added property
paymentProduct3201SpecificOutput
to classRedirectPaymentMethodSpecificOutput
.
- Added property
5.27.0
- Added:
- Added property
paymentProduct863SpecificInput
to classRedirectPaymentMethodSpecificInput
. - Added properties
paymentProduct302SpecificData
,paymentProduct320SpecificData
andpaymentProduct863SpecificData
to classPaymentProduct
.
- Added property
- Changed:
- Restructured the type hierarchy of
*PaymentMethodSpecificInput
and*PaymentMethodSpecificInputBase
classes. The non-base classes no longer extend the base classes, but instead share a new abstract base class.
- Restructured the type hierarchy of
5.26.0
- Added:
- Added property
threeDSecureStatus
to classPaymentStatusOutput
.
- Added property
- Changed:
Payments.create
will always throw aDeclinedPaymentException
if an error response from the REST API contain apaymentResult
property, regardless of the status code.Payments.refund
will always throw aDeclinedRefundException
if an error response from the REST API contain arefundResult
property, regardless of the status code.Payouts.create
will always throw aDeclinedPayoutException
if an error response from the REST API contain apayoutResult
property, regardless of the status code.
5.25.0
- Added:
- Added properties
totalFare
,totalFee
,totalTaxes
andtravelAgencyName
to classAirlineData
. - Added properties
arrivalTime
,conjunctionTicket
,couponNumber
,endorsementOrRestriction
,exchangeTicket
,fee
,passengerClass
andtaxes
to classAirlineFlightLeg
. - Added property
merchantReference
to classCreateHostedCheckoutResponse
. - Added property
label
to classPaymentProductFieldDisplayElement
. - Added property
deviceFingerprintEnabled
to classPaymentProductGroup
. - Added method
deviceFingerprint
to classProductgroups
.
- Added properties
- Deprecated:
- Deprecated property
serviceClass
of classAirlineFlightLeg
in favor of new propertypassengerClass
of the same class.
- Deprecated property
5.24.0
- Added:
- Added property
token
to classCardPayoutMethodSpecificInput
. - Added property
patronymicName
to classBankAccountBbanRefund
. - Added property
fiscalNumber
to classRefundCustomer
.
- Added property
5.23.0
- Added:
- Added property
tokenizationSucceeded
to classesCreatedPaymentOutput
andPaymentCreationOutput
. - Added method
refunds
to classPayments
.
- Added property
- Deprecated:
- Deprecated property
custom
of classRedirectPaymentProduct840SpecificInput
.
- Deprecated property
5.22.0
- Added:
- Added support for hosted mandate management through method
hostedmandatemanagements
of classMerchant
and classHostedmandatemanagements
.
- Added support for hosted mandate management through method
- Changed:
- Unit tests that communicate with the REST API need a configured merchant id.
5.21.0
- Added:
- Added property
token
to classesCardPaymentMethodSpecificOutput
andRedirectPaymentMethodSpecificOutput
.
- Added property
- Removed:
- Removed property
phoneNumber
of classMandateContactDetails
.
- Removed property
- Fixed:
- Added a missing
use
clause to fileWebhooksHelper.php
.
- Added a missing
5.20.0
- Added:
- Added property
uniqueMandateReference
to classCreateMandateBase
. - Added properties
unscheduledCardOnFileIndicator
andunscheduledCardOnFileRequestor
to classCardPaymentMethodSpecificInputBase
.
- Added property
5.19.0
- Added:
- Added support for payment product 730 (ACH) through classes
NonSepaDirectDebitPaymentProduct730SpecificInput
andTokenNonSepaDirectDebitPaymentProduct730SpecificData
.
- Added support for payment product 730 (ACH) through classes
- Fixed:
- JSON content types with explicit charsets no longer cause an
UnexpectedValueException
to be thrown. - Added a missing
use
clause to fileInMemorySecretKeyStore.php
.
- JSON content types with explicit charsets no longer cause an