mirror of
https://github.com/jlengrand/adyen-java-spark-online-payments.git
synced 2026-03-10 08:01:24 +00:00
Upgrading dependencies
This commit is contained in:
@@ -22,11 +22,11 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.sparkjava:spark-core:2.9.1'
|
||||
implementation 'org.slf4j:slf4j-simple:1.7.25'
|
||||
implementation 'com.sparkjava:spark-core:2.9.3'
|
||||
implementation 'org.slf4j:slf4j-simple:1.7.36'
|
||||
implementation 'com.sparkjava:spark-template-jinjava:2.7.1'
|
||||
implementation 'org.apache.httpcomponents:httpclient:4.5.11'
|
||||
implementation 'com.adyen:adyen-java-api-library:17.2.0'
|
||||
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
|
||||
implementation 'com.adyen:adyen-java-api-library:17.4.0'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
@@ -87,7 +87,7 @@ public class Application {
|
||||
});
|
||||
|
||||
post("/api/sessions", (req, res) -> {
|
||||
CreateCheckoutSessionResponse response = checkoutService.checkoutsessions();
|
||||
CreateCheckoutSessionResponse response = checkoutService.checkoutsessions(req);
|
||||
return gson.toJson(response);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user