This repository was 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
acquirerPromotionCodeto classAbstractCardPaymentMethodSpecificInput.
- Added property
- Changed:
- Split off webhooks signature validation to class
SignatureValidator.
- Split off webhooks signature validation to class
- Deprecated:
- Deprecated field
secretKeyStoreof classWebhooksHelper.
- Deprecated field
6.45.0
- Added:
- Added property
fraudResultsto classEInvoicePaymentMethodSpecificOutput. - Added property
isAuthenticationSupportedto classPaymentProduct.
- Added property
- Changed:
- Moved property
microsoftFraudProtectionfrom classCardFraudResultsto its super classFraudResults.
- Moved property
- Removed:
- Removed property
deviceInfofrom classSdkDataInput, as this property is no longer supported by the REST API.
- Removed property
6.44.0
- Added:
- Added property
accountFundingRecipientto classAdditionalOrderInput. - Added property
isCompanyto classCustomer. - Added property
fundingTypeto classOrderTypeInformation. - Added property
identificationto classPersonalInformation.
- Added property
- Deprecated:
- Deprecated class
LoanRecipientand propertyloanRecipientof classAdditionalOrderInput.
- Deprecated class
6.43.0
- Added:
- Added property
recurringPaymentsDatato classHostedCheckoutSpecificInput. - Added property
amountOfMoneyTotalto classInstallments. - Added method
installmentsto classMerchant.
- Added property
6.42.0
- Added:
- Added property
cardto classRefundCardMethodSpecificOutput.
- Added property
6.41.0
- Added:
- Added properties
isRetriableandproviderRawOutputto classesCaptureStatusOutputandOrderStatusOutput. ClassPaymentStatusOutputnow inherits these fromOrderStatusOutput. - Added properties
providerIdandproviderMerchantIdto classOrderReferences. - Added property
authorisationCodeto classRefundCardMethodSpecificOutput.
- Added properties
6.40.0
- Added:
- Added property
isCheckedRememberMeto classesCreatedPaymentOutputandPaymentCreationOutput. - Added property
providerMerchantIdto classPaymentReferences. - Added property
providerRawOutputto classPaymentStatusOutput. - Added property
cardholderNameto classSchemeTokenData.
- Added property
6.39.0
- Added:
- Added property
numberInPartyto classAirlineData.
- Added property
6.38.2
- Fixed:
- Class
DefaultConnectionnow correctly declares the second argument tocurl_multi_execbefore using it.
- Class