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.47.0
6.46.0
- Added:
- Added property
acquirerPromotionCode
to classAbstractCardPaymentMethodSpecificInput
.
- Added property
- Changed:
- Split off webhooks signature validation to class
SignatureValidator
.
- Split off webhooks signature validation to class
- Deprecated:
- Deprecated field
secretKeyStore
of classWebhooksHelper
.
- Deprecated field
6.45.0
- Added:
- Added property
fraudResults
to classEInvoicePaymentMethodSpecificOutput
. - Added property
isAuthenticationSupported
to classPaymentProduct
.
- Added property
- Changed:
- Moved property
microsoftFraudProtection
from classCardFraudResults
to its super classFraudResults
.
- Moved property
- Removed:
- Removed property
deviceInfo
from classSdkDataInput
, as this property is no longer supported by the REST API.
- Removed property
6.44.0
- Added:
- Added property
accountFundingRecipient
to classAdditionalOrderInput
. - Added property
isCompany
to classCustomer
. - Added property
fundingType
to classOrderTypeInformation
. - Added property
identification
to classPersonalInformation
.
- Added property
- Deprecated:
- Deprecated class
LoanRecipient
and propertyloanRecipient
of classAdditionalOrderInput
.
- Deprecated class
6.43.0
- Added:
- Added property
recurringPaymentsData
to classHostedCheckoutSpecificInput
. - Added property
amountOfMoneyTotal
to classInstallments
. - Added method
installments
to classMerchant
.
- Added property
6.42.0
- Added:
- Added property
card
to classRefundCardMethodSpecificOutput
.
- Added property
6.41.0
- Added:
- Added properties
isRetriable
andproviderRawOutput
to classesCaptureStatusOutput
andOrderStatusOutput
. ClassPaymentStatusOutput
now inherits these fromOrderStatusOutput
. - Added properties
providerId
andproviderMerchantId
to classOrderReferences
. - Added property
authorisationCode
to classRefundCardMethodSpecificOutput
.
- Added properties
6.40.0
- Added:
- Added property
isCheckedRememberMe
to classesCreatedPaymentOutput
andPaymentCreationOutput
. - Added property
providerMerchantId
to classPaymentReferences
. - Added property
providerRawOutput
to classPaymentStatusOutput
. - Added property
cardholderName
to classSchemeTokenData
.
- Added property
6.39.0
- Added:
- Added property
numberInParty
to classAirlineData
.
- Added property
6.38.2
- Fixed:
- Class
DefaultConnection
now correctly declares the second argument tocurl_multi_exec
before using it.
- Class