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

22 Jan 08:16
Compare
Choose a tag to compare
  • Deprecated:
    • Deprecated property authMethod of class DecryptedPaymentData in favor of property paymentMethod.

6.18.0

11 Dec 12:59
Compare
Choose a tag to compare
  • Added:
    • Added property lodgingData to classes AdditionalOrderInput and AdditionalOrderInputAirlineData.
    • Added property exemptionOutput to class ThreeDSecureResults.
  • Changed:
    • Upgraded the Apache HttpClient and Gson dependencies to the latest versions.

6.17.0

05 Oct 14:22
Compare
Choose a tag to compare
  • Added:
    • Added properties authorizationMode, customerReference, requiresApproval and skipFraudService to class MobilePaymentMethodSpecificInputHostedCheckout.
    • Added property threeDSecure to class MobilePaymentProduct320SpecificInputHostedCheckout.
    • Added properties customerReference and paymentProduct320SpecificInput to class MobilePaymentMethodSpecificInput.

6.16.0

18 Sep 11:59
Compare
Choose a tag to compare
  • Added:
    • Added property acquirerCountry to class PaymentProduct.

6.15.0

03 Sep 14:33
Compare
Choose a tag to compare
  • Added:
    • Added property authMethod to class DecryptedPaymentData.

6.14.0

11 Aug 07:04
Compare
Choose a tag to compare
  • Added:
    • Added property installments to class AdditionalOrderInput.
    • Added property allowsInstallments to class PaymentProductGroup.
    • Added method devicefingerprint to class PaymentsClient.
  • Deprecated:
    • Deprecated property numberOfInstallments of class AdditionalOrderInput in favor of new property installments.

6.13.0

24 Jul 14:36
Compare
Choose a tag to compare
  • Added:
    • Added property paymentProduct302SpecificInput to class MobilePaymentMethodSpecificInputHostedCheckout.
    • Added method sessions to class ProductsClient.

6.12.1

16 Jun 14:36
Compare
Choose a tag to compare
  • Fixed:
    • When uploading files, filenames are now encoded using UTF-8 instead of ASCII. This fixes special characters showing up as a question mark.

6.12.0

15 Jun 14:47
Compare
Choose a tag to compare
  • Added:
    • Added property allowsInstallments to class PaymentProduct.

6.11.0

04 Jun 06:58
Compare
Choose a tag to compare
  • Added:
    • Added property reversalReason to classes CaptureOutput and PaymentOutput.