Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Release 6.18.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
IngenicoEPayments authored and jenkins committed Jan 22, 2021
1 parent e245459 commit e84062a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.ingenico.connect.gateway</groupId>
<artifactId>connect-sdk-java</artifactId>
<version>6.18.0</version>
<version>6.18.1</version>
<packaging>jar</packaging>

<name>connect-sdk-java</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ public class DecryptedPaymentData {
* <ul class="paragraph-width">
* <li>For Google Pay, maps to the paymentMethodDetails.authMethod property in the encrypted payment data.
* </ul>.
*
* @deprecated Use decryptedPaymentData.paymentMethod instead
*/
@Deprecated
public String getAuthMethod() {
return authMethod;
}
Expand All @@ -37,7 +40,10 @@ public String getAuthMethod() {
* <ul class="paragraph-width">
* <li>For Google Pay, maps to the paymentMethodDetails.authMethod property in the encrypted payment data.
* </ul>.
*
* @deprecated Use decryptedPaymentData.paymentMethod instead
*/
@Deprecated
public void setAuthMethod(String value) {
this.authMethod = value;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
public class MetaDataProvider {

private static final String SDK_VERSION = "6.18.0";
private static final String SDK_VERSION = "6.18.1";

private static final String SERVER_META_INFO_HEADER = "X-GCS-ServerMetaInfo";
static final Set<String> PROHIBITED_HEADERS;
Expand Down

0 comments on commit e84062a

Please sign in to comment.