File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Add this dependency to your project's POM:
2323<dependency>
2424 <groupId>com.adyen</groupId>
2525 <artifactId>adyen-java-api-library</artifactId>
26- <version>1.7 .0</version>
26+ <version>1.8 .0</version>
2727</dependency>
2828```
2929
Original file line number Diff line number Diff line change 44 <groupId >com.adyen</groupId >
55 <artifactId >adyen-java-api-library</artifactId >
66 <packaging >jar</packaging >
7- <version >1.7 .0</version >
7+ <version >1.8 .0</version >
88 <name >Adyen Java API Library</name >
99 <description >Adyen API Client Library for Java</description >
1010 <url >https://github.com/adyen/adyen-java-api-library</url >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public class Client {
4141 public static final String MARKETPAY_FUND_API_VERSION = "v3" ;
4242 public static final String MARKETPAY_NOTIFICATION_API_VERSION = "v1" ;
4343 public static final String LIB_NAME = "adyen-java-api-library" ;
44- public static final String LIB_VERSION = "1.7 .0" ;
44+ public static final String LIB_VERSION = "1.8 .0" ;
4545 public static final String CHECKOUT_ENDPOINT_TEST = "https://checkout-test.adyen.com/checkout" ;
4646 public static final String CHECKOUT_ENDPOINT_LIVE_SUFFIX = "-checkout-live.adyenpayments.com/checkout" ;
4747 public static final String CHECKOUT_API_VERSION = "v40" ;
You can’t perform that action at this time.
0 commit comments