Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Releases: Ingenico-ePayments/connect-sdk-php

6.47.0

14 Feb 08:09
Compare
Choose a tag to compare
  • Added:
    • Added property isInstallments to classes FindProductgroupsParams, GetProductgroupParams, FindProductsParams and GetProductParams.

6.46.0

16 Jan 08:50
Compare
Choose a tag to compare
  • Added:
    • Added property acquirerPromotionCode to class AbstractCardPaymentMethodSpecificInput.
  • Changed:
    • Split off webhooks signature validation to class SignatureValidator.
  • Deprecated:
    • Deprecated field secretKeyStore of class WebhooksHelper.

6.45.0

12 Dec 12:50
Compare
Choose a tag to compare
  • Added:
    • Added property fraudResults to class EInvoicePaymentMethodSpecificOutput.
    • Added property isAuthenticationSupported to class PaymentProduct.
  • Changed:
    • Moved property microsoftFraudProtection from class CardFraudResults to its super class FraudResults.
  • Removed:
    • Removed property deviceInfo from class SdkDataInput, as this property is no longer supported by the REST API.

6.44.0

26 Oct 12:56
Compare
Choose a tag to compare
  • Added:
    • Added property accountFundingRecipient to class AdditionalOrderInput.
    • Added property isCompany to class Customer.
    • Added property fundingType to class OrderTypeInformation.
    • Added property identification to class PersonalInformation.
  • Deprecated:
    • Deprecated class LoanRecipient and property loanRecipient of class AdditionalOrderInput.

6.43.0

16 Oct 11:32
Compare
Choose a tag to compare
  • Added:
    • Added property recurringPaymentsData to class HostedCheckoutSpecificInput.
    • Added property amountOfMoneyTotal to class Installments.
    • Added method installments to class Merchant.

6.42.0

11 Aug 07:39
Compare
Choose a tag to compare
  • Added:
    • Added property card to class RefundCardMethodSpecificOutput.

6.41.0

14 Jul 11:40
Compare
Choose a tag to compare
  • Added:
    • Added properties isRetriable and providerRawOutput to classes CaptureStatusOutput and OrderStatusOutput. Class PaymentStatusOutput now inherits these from OrderStatusOutput.
    • Added properties providerId and providerMerchantId to class OrderReferences.
    • Added property authorisationCode to class RefundCardMethodSpecificOutput.

6.40.0

28 Jun 07:44
Compare
Choose a tag to compare
  • Added:
    • Added property isCheckedRememberMe to classes CreatedPaymentOutput and PaymentCreationOutput.
    • Added property providerMerchantId to class PaymentReferences.
    • Added property providerRawOutput to class PaymentStatusOutput.
    • Added property cardholderName to class SchemeTokenData.

6.39.0

16 May 08:16
Compare
Choose a tag to compare
  • Added:
    • Added property numberInParty to class AirlineData.

6.38.2

24 Apr 07:00
Compare
Choose a tag to compare
  • Fixed:
    • Class DefaultConnection now correctly declares the second argument to curl_multi_exec before using it.