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

5.18.0

30 Jan 09:19
Compare
Choose a tag to compare
  • Added:
    • Added property validateShoppingCart to class HostedCheckoutSpecificInput.
    • Added property productCategory to class OrderLineDetails.
    • Added property iban to class PaymentProductFieldValidators.

5.17.0

15 Jan 08:33
Compare
Choose a tag to compare
  • Added:
    • Added property deviceFingerprintTransactionId to class FraudFields.
    • Added property deviceFingerprintEnabled to class PaymentProduct.
    • Added property termsAndConditions to class PaymentProductFieldValidators.
    • Added method deviceFingerprint to class ProductsClient.
  • Changed:
    • Renamed property fingerPrintActivated of class FraudFields to deviceFingerprintActivated.

5.16.0

18 Dec 13:16
Compare
Choose a tag to compare
  • Added:
    • Added property passengers to class AirlineData.
    • Added property serviceClass to class AirlineFlightLeg.
    • Added property hostedCheckoutSpecificOutput to class Payment.
    • Added property fraudResults to class RedirectPaymentMethodSpecificOutput.
    • Added property alias to classes CreateMandateBase and MandateResponse.
    • Added properties assetUrl and clientApiUrl to class SessionResponse.

5.15.0

06 Dec 08:25
Compare
Choose a tag to compare
  • Added:
    • Added classes CreateMandateWithReturnUrl and SepaDirectDebitPaymentProduct771SpecificInputBase.
  • Changed:
    • Class CreateMandateRequest now extends new class CreateMandateWithReturnUrl instead of CreateMandateBase.
    • Restructured the type hierarchy of classes SepaDirectDebitPaymentMethodSpecificInput, SepaDirectDebitPaymentMethodSpecificInputBase and SepaDirectDebitPaymentProduct771SpecificInput.

5.14.0

25 Nov 13:03
Compare
Choose a tag to compare
  • Added:
    • Added property eInvoiceRefundMethodSpecificOutput to class RefundOutput

5.13.0

09 Nov 10:20
Compare
Choose a tag to compare
  • Added:
    • Added property seller to class Order.
    • Added properties eInvoicePaymentMethodSpecificInput and sepaDirectDebitPaymentMethodSpecificInput to class CreateHostedCheckoutRequest.
    • Added property returnCancelState to class HostedCheckoutSpecificInput.
    • Added property paymentProduct771SpecificOutput to class SepaDirectDebitPaymentMethodSpecificOutput.
    • Added class Mandates and method Client.mandates to support mandates.
    • Added classes EInvoicePaymentMethodSpecificInputBase, SepaDirectDebitPaymentMethodSpecificInputBase and RedirectDataBase.
  • Changed:
    • Class EInvoicePaymentMethodSpecificInput now extends class EInvoicePaymentMethodSpecificInputBase instead of extending AbstractPaymentMethodSpecificInput directly.
    • Class SepaDirectDebitPaymentMethodSpecificInput now extends class SepaDirectDebitPaymentMethodSpecificInputBase instead of extending AbstractPaymentMethodSpecificInput directly.
    • Class RedirectData now extends class RedirectDataBase.

5.12.0

31 Oct 16:32
Compare
Choose a tag to compare
  • Added:
    • Added new payment method EInvoice to support the new AfterPay Installments and AfterPay Invoice products.
    • Added method customerDetails to class Products.
    • Added properties productName and googleProductCategoryId to class OrderLineDetails.
    • Added property fieldsWarning to class PaymentProduct.
    • Added property usedForLookup to class PaymentProductField. This field indicates if the payment product field can and should be provided for a call to the new Products.customerDetails method.
    • Added property link to class PaymentProductFieldDisplayHints which is a URL that points to the Terms and Conditions for the product.
    • Added property displayElements to class ValueMappingElement.
  • Deprecated:
    • Deprecated property displayName of class ValueMappingElement in favor of an element with the same id in the displayElements list.

5.11.2

25 Oct 07:04
Compare
Choose a tag to compare
  • Fixed:
    • The response of Capture payment is now properly handled.

5.11.1

23 Oct 11:17
Compare
Choose a tag to compare
  • Fixed:
    • Added missing use clauses to files ResourceLogger.php and SplFileObjectLogger.php.

5.11.0

27 Sep 09:33
Compare
Choose a tag to compare
  • Added:
    • Added property contactDetails to class CustomerRiskAssessment.