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

14 Apr 11:29
Compare
Choose a tag to compare
  • Added:
    • Added property networkTokenData to class CardPaymentMethodSpecificInput.

6.37.0

11 Apr 09:10
Compare
Choose a tag to compare
  • Added:
    • Added property isForeignRetailer to class Seller.

6.36.0

09 Mar 07:46
Compare
Choose a tag to compare
  • Added:
    • Added property isRetriable to class PaymentStatusOutput.

6.35.0

03 Feb 08:57
Compare
Choose a tag to compare
  • Added:
    • Added property merchant to class CreatePayoutRequest.
  • Fixed:
    • Fixed some linting and PHPDoc issues.

6.34.0

02 Dec 12:45
Compare
Choose a tag to compare
  • Added:
    • Added properties clauseName and policyApplied to class MicrosoftFraudResults.
    • Added property configurationId to class Merchant.
    • Added property cardholderName to class MobilePaymentProduct320SpecificInput.
    • Added property paymentProduct4101SpecificInput to class RedirectPaymentMethodSpecificInputBase
  • Changed:
    • Moved property cardholderName from class CardWithoutCvv to its super class CardEssentials.

6.33.0

06 Oct 07:42
Compare
Choose a tag to compare
  • Added:
    • Added properties deviceCountryCode, deviceId, trueIpAddress and userDeviceType to class MicrosoftFraudResults.

6.32.0

04 Jul 13:20
Compare
Choose a tag to compare
  • Added:
    • Added properties externalReferenceId and phoneNumber to class Seller.
    • Added property supportsMandates to class PaymentProduct.

6.31.0

31 May 14:23
Compare
Choose a tag to compare
  • Added:
    • Added method setCustomRule to classes BodyObfuscator and HeaderObfuscator to allow custom obfuscation rules to be specified for JSON property and header names without having to create sub classes. Custom rules should be defined as callables that take the value to obfuscate and optionally a ValueObfuscator, and return the obfuscated value. The ValueObfuscator argument allows you to use its methods in your own obfuscation rule.
    • Added setters for BodyObfuscator and HeaderObfuscator instances to classes DefaultConnection, CommunicatorLoggerHelper and HttpObfuscator. These allow custom instances to be easily set without having to create sub classes.

6.30.1

25 Apr 17:39
Compare
Choose a tag to compare
  • Removed:
    • Removed method settlementdetails from class Services.

The removed method should not have been used yet. Therefore, you shouldn't have any problems upgrading to this version.

6.30.0

17 Feb 08:06
Compare
Choose a tag to compare
  • Added:
    • Added property installmentPlanCode to class Installments.
  • Changed:
    • Classes CashPaymentProduct1504SpecificInput, CashPaymentProduct1521SpecificInput, CashPaymentProduct1522SpecificInput, CashPaymentProduct1523SpecificInput, CashPaymentProduct1524SpecificInput and CashPaymentProduct1526SpecificInput now extend new class CashPaymentProductWithRedirectSpecificInputBase.
  • Removed:
    • Removed properties paymentProduct1506SpecificInput, paymentProduct1508SpecificInput and paymentProduct1511SpecificInput from class CashPaymentMethodSpecificInput.

The removed properties were added as part of the previous release for payment products that have not yet been in use. Therefore, you shouldn't have any problems upgrading to this version.