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
6.29.0
- Added:
- Added properties
paymentProduct1506SpecificInput
,paymentProduct1508SpecificInput
andpaymentProduct1511SpecificInput
to classCashPaymentMethodSpecificInput
. - Added method
settlementdetails
to classServices
.
- Added properties
6.28.0
- Added:
- Added property
productSku
to classOrderLineDetails
. - Added method
refund
to classCaptures
.
- Added property
6.27.0
- Added:
- Added property
partialPin
to classCard
.
- Added property
6.26.0
- Added:
- Added property
microsoftFraudProtection
to classCardFraudResults
. - Added method
delete
to classHostedcheckouts
.
- Added property
6.25.0
- Added:
- Added property
transactionRiskLevel
to classAbstractThreeDSecure
. - Added property
data
to classCustomerAccountAuthentication
.
- Added property
6.24.0
- Changed:
- Renamed properties
vpa
andmerchantName
of classRedirectPaymentProduct4101SpecificInput
tovirtualPaymentAddress
anddisplayName
respectively.
- Renamed properties
- Removed:
- Removed property
transactionNote
of classRedirectPaymentProduct4101SpecificInput
. Useorder.reference.descriptor
instead.
- Removed property
All these changes are for the UPI payment product which is not yet in use.
6.23.0
- Added:
- Added property
payoutDetails
to classCreatePayoutRequest
. - Added property
recipient
to classCardPayoutMethodSpecificInput
.
- Added property
- Deprecated:
- Deprecated properties
amountOfMoney
andreferences
of classCreatePayoutRequest
in favor of new propertypayoutDetails
. Previously deprecated propertycustomer
should now also be replaced bypayoutDetails
. - Deprecated property
customer
of classBankTransferPayoutMethodSpecificInput
in favor of new propertypayoutDetails
of classCreatePayoutRequest
.
- Deprecated properties
6.22.0
- Added:
- Added property
sdkUiTypes
to classDeviceRenderOptions
. - Added properties
merchantName
andtransactionNote
to classRedirectPaymentProduct4101SpecificInput
.
- Added property
- Deprecated:
- Deprecated property
sdkUiType
of classDeviceRenderOptions
in favor of new propertysdkUiTypes
.
- Deprecated property
6.21.0
- Added:
- Added property
paymentProduct4101SpecificInput
to classRedirectPaymentMethodSpecificInput
.
- Added property
- Changed:
- Added support for connect and read timeouts in
DefaultConnection
. These can be set in the constructor. If not given, cURL's defaults are used like before. - Added dependencies for the
curl
,json
andmbstring
extensions tocomposer.json
.
- Added support for connect and read timeouts in
- Fixed:
- Fixed the documented return type for
ConnectionResponse.getHttpStatusCode
fromstring
toint
.
- Fixed the documented return type for
- Deprecated:
- Deprecated property
deviceInfo
of classSdkDataInput
with no replacement.
- Deprecated property
6.20.0
- Added:
- Added properties
bankAccountBban
andbic
to classRedirectPaymentMethodSpecificOutput
. - Added property
isInstallments
to classPaymentContext
.
- Added properties