From e0c5994660c2c9824f430312242c8304ba4ec3f7 Mon Sep 17 00:00:00 2001 From: Ingenico ePayments Date: Thu, 3 Sep 2020 16:32:08 +0200 Subject: [PATCH] Release 6.15.0. --- pom.xml | 2 +- .../CreateHostedCheckoutRequest.java | 4 ++-- ...mentMethodSpecificInputHostedCheckout.java | 4 ++-- .../definitions/AdditionalOrderInput.java | 8 +++---- .../definitions/DecryptedPaymentData.java | 22 +++++++++++++++++++ .../payment/definitions/Installments.java | 6 ++--- .../gateway/sdk/java/MetaDataProvider.java | 2 +- .../sdk/java/webhooks/WebhooksHelperTest.java | 16 ++++++++++++-- 8 files changed, 49 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 187ec2142..7437ce610 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.ingenico.connect.gateway connect-sdk-java - 6.14.0 + 6.15.0 jar connect-sdk-java diff --git a/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/hostedcheckout/CreateHostedCheckoutRequest.java b/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/hostedcheckout/CreateHostedCheckoutRequest.java index 1989d570f..5e7723606 100644 --- a/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/hostedcheckout/CreateHostedCheckoutRequest.java +++ b/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/hostedcheckout/CreateHostedCheckoutRequest.java @@ -139,14 +139,14 @@ public void setMerchant(Merchant value) { } /** - * Object containing reference data for Google Pay. + * Object containing reference data for Google Pay (paymentProductId 320) and Apple Pay (paymentProductID 302). */ public MobilePaymentMethodSpecificInputHostedCheckout getMobilePaymentMethodSpecificInput() { return mobilePaymentMethodSpecificInput; } /** - * Object containing reference data for Google Pay. + * Object containing reference data for Google Pay (paymentProductId 320) and Apple Pay (paymentProductID 302). */ public void setMobilePaymentMethodSpecificInput(MobilePaymentMethodSpecificInputHostedCheckout value) { this.mobilePaymentMethodSpecificInput = value; diff --git a/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/hostedcheckout/definitions/MobilePaymentMethodSpecificInputHostedCheckout.java b/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/hostedcheckout/definitions/MobilePaymentMethodSpecificInputHostedCheckout.java index 7968e96ed..9a696463a 100644 --- a/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/hostedcheckout/definitions/MobilePaymentMethodSpecificInputHostedCheckout.java +++ b/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/hostedcheckout/definitions/MobilePaymentMethodSpecificInputHostedCheckout.java @@ -27,14 +27,14 @@ public void setPaymentProduct302SpecificInput(MobilePaymentProduct302SpecificInp } /** - * Object containing information specific to Google Pay + * Object containing information specific to Google Pay (paymentProductId 320) */ public MobilePaymentProduct320SpecificInputHostedCheckout getPaymentProduct320SpecificInput() { return paymentProduct320SpecificInput; } /** - * Object containing information specific to Google Pay + * Object containing information specific to Google Pay (paymentProductId 320) */ public void setPaymentProduct320SpecificInput(MobilePaymentProduct320SpecificInputHostedCheckout value) { this.paymentProduct320SpecificInput = value; diff --git a/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/payment/definitions/AdditionalOrderInput.java b/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/payment/definitions/AdditionalOrderInput.java index 5085e7353..de1e87f90 100644 --- a/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/payment/definitions/AdditionalOrderInput.java +++ b/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/payment/definitions/AdditionalOrderInput.java @@ -38,14 +38,14 @@ public void setAirlineData(AirlineData value) { } /** - * Object containing data related to installments. + * Object containing data related to installments which can be used for card payments and only with some acquirers. In case you send in the details of this object, only the combination of card products and acquirers that do support installments will be shown on the MyCheckout hosted payment pages. */ public Installments getInstallments() { return installments; } /** - * Object containing data related to installments. + * Object containing data related to installments which can be used for card payments and only with some acquirers. In case you send in the details of this object, only the combination of card products and acquirers that do support installments will be shown on the MyCheckout hosted payment pages. */ public void setInstallments(Installments value) { this.installments = value; @@ -86,7 +86,7 @@ public void setLoanRecipient(LoanRecipient value) { } /** - * The number of installments + * The number of installments in which this transaction will be paid, which can be used for card payments. Only used with some acquirers. In case you send in the details of this object, only the combination of card products and acquirers that do support installments will be shown on the MyCheckout hosted payment pages. * * @deprecated Use installments.numberOfInstallments instead */ @@ -96,7 +96,7 @@ public Long getNumberOfInstallments() { } /** - * The number of installments + * The number of installments in which this transaction will be paid, which can be used for card payments. Only used with some acquirers. In case you send in the details of this object, only the combination of card products and acquirers that do support installments will be shown on the MyCheckout hosted payment pages. * * @deprecated Use installments.numberOfInstallments instead */ diff --git a/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/payment/definitions/DecryptedPaymentData.java b/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/payment/definitions/DecryptedPaymentData.java index 777a6bd6b..5d67b53f5 100644 --- a/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/payment/definitions/DecryptedPaymentData.java +++ b/src/main/generated/com/ingenico/connect/gateway/sdk/java/domain/payment/definitions/DecryptedPaymentData.java @@ -6,6 +6,8 @@ public class DecryptedPaymentData { + private String authMethod = null; + private String cardholderName = null; private String cryptogram = null; @@ -20,6 +22,26 @@ public class DecryptedPaymentData { private String paymentMethod = null; + /** + * The type of payment credential which the customer used. + * . + */ + public String getAuthMethod() { + return authMethod; + } + + /** + * The type of payment credential which the customer used. + * . + */ + public void setAuthMethod(String value) { + this.authMethod = value; + } + /** * Card holder's name on the card. *