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.29.0

25 Jan 15:43
Compare
Choose a tag to compare
  • Added:
    • Added properties paymentProduct1506SpecificInput, paymentProduct1508SpecificInput and paymentProduct1511SpecificInput to class CashPaymentMethodSpecificInput.
    • Added method settlementdetails to class Services.

6.28.0

06 Jan 14:35
Compare
Choose a tag to compare
  • Added:
    • Added property productSku to class OrderLineDetails.
    • Added method refund to class Captures.

6.27.0

23 Nov 12:10
Compare
Choose a tag to compare
  • Added:
    • Added property partialPin to class Card.

6.26.0

08 Nov 15:46
Compare
Choose a tag to compare
  • Added:
    • Added property microsoftFraudProtection to class CardFraudResults.
    • Added method delete to class Hostedcheckouts.

6.25.0

07 Oct 08:42
Compare
Choose a tag to compare
  • Added:
    • Added property transactionRiskLevel to class AbstractThreeDSecure.
    • Added property data to class CustomerAccountAuthentication.

6.24.0

03 Aug 15:02
Compare
Choose a tag to compare
  • Changed:
    • Renamed properties vpa and merchantName of class RedirectPaymentProduct4101SpecificInput to virtualPaymentAddress and displayName respectively.
  • Removed:
    • Removed property transactionNote of class RedirectPaymentProduct4101SpecificInput. Use order.reference.descriptor instead.

All these changes are for the UPI payment product which is not yet in use.

6.23.0

20 Jul 11:28
Compare
Choose a tag to compare
  • Added:
    • Added property payoutDetails to class CreatePayoutRequest.
    • Added property recipient to class CardPayoutMethodSpecificInput.
  • Deprecated:
    • Deprecated properties amountOfMoney and references of class CreatePayoutRequest in favor of new property payoutDetails. Previously deprecated property customer should now also be replaced by payoutDetails.
    • Deprecated property customer of class BankTransferPayoutMethodSpecificInput in favor of new property payoutDetails of class CreatePayoutRequest.

6.22.0

24 Jun 07:01
Compare
Choose a tag to compare
  • Added:
    • Added property sdkUiTypes to class DeviceRenderOptions.
    • Added properties merchantName and transactionNote to class RedirectPaymentProduct4101SpecificInput.
  • Deprecated:
    • Deprecated property sdkUiType of class DeviceRenderOptions in favor of new property sdkUiTypes.

6.21.0

09 Jun 08:59
Compare
Choose a tag to compare
  • Added:
    • Added property paymentProduct4101SpecificInput to class RedirectPaymentMethodSpecificInput.
  • 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 and mbstring extensions to composer.json.
  • Fixed:
    • Fixed the documented return type for ConnectionResponse.getHttpStatusCode from string to int.
  • Deprecated:
    • Deprecated property deviceInfo of class SdkDataInput with no replacement.

6.20.0

09 Apr 11:43
Compare
Choose a tag to compare
  • Added:
    • Added properties bankAccountBban and bic to class RedirectPaymentMethodSpecificOutput.
    • Added property isInstallments to class PaymentContext.