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-java

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.

6.34.0

02 Dec 12:46
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:21
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:22
Compare
Choose a tag to compare
  • Added:
    • Allow custom obfuscation rules to be specified through classes BodyObfuscator and HeaderObfuscator. These can be set on instances of Client, Communicator or DefaultConnection.
    • Added constructors to class LogMessageBuilder and its sub classes that take a BodyObfuscator and HeaderObfuscator.
  • Deprecated:
    • Deprecated class LoggingUtil in favor of BodyObfuscator and HeaderObfuscator instances.
    • Deprecated the constructors of class LogMessageBuilder and its sub classes that don't take a BodyObfuscator and HeaderObfuscator.
  • Security:
    • Updated the Gson version to fix some security vulnerabilities.

6.30.1

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

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:05
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.

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