From 2c1465f3be4c2103e0d52abf46b9a43f7197b7f8 Mon Sep 17 00:00:00 2001 From: bglamadrid Date: Tue, 1 Oct 2024 17:58:52 -0300 Subject: [PATCH 1/2] docs: update webpay plus integration javadoc --- .../webpayplus/WebpayplusPaymentServiceImpl.java | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/main/java/org/trebol/payment/impl/webpayplus/WebpayplusPaymentServiceImpl.java b/src/main/java/org/trebol/payment/impl/webpayplus/WebpayplusPaymentServiceImpl.java index 39941b55..5b790afe 100644 --- a/src/main/java/org/trebol/payment/impl/webpayplus/WebpayplusPaymentServiceImpl.java +++ b/src/main/java/org/trebol/payment/impl/webpayplus/WebpayplusPaymentServiceImpl.java @@ -40,13 +40,11 @@ import java.io.IOException; /** - * Implements WebPay Plus as a payment gateway, using its official SDK.
- * Usage of WebPay Plus requires an affiliation to Transbank.
- * You can know more about Transbank here.
- * The documentation for the SDK and general use of WebPay Plus APIs - * can be found here.
- *
- * Please note it is all in Spanish! + * Implements Webpay Plus as a payment gateway, using their official SDK.
+ * Usage of Webpay Plus requires an affiliation to Transbank. + * You can know more about Transbank here.

+ * Documentation for the SDK and general guidelines for using Webpay Plus + * can be found here. */ @Service public class WebpayplusPaymentServiceImpl From 90d393869cebdefd29662741d5bd582d7cd570f7 Mon Sep 17 00:00:00 2001 From: bglamadrid Date: Tue, 1 Oct 2024 17:59:25 -0300 Subject: [PATCH 2/2] build: update webpay plus sdk patch version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bd557b5c..37cb2734 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,7 @@ com.github.transbankdevelopers transbank-sdk-java - 3.0.0 + 3.0.2