Skip to content

Commit

Permalink
Merge pull request #267 from trebol-ecommerce/chore/update-webpayplus…
Browse files Browse the repository at this point in the history
…-sdk

Chore/update webpayplus sdk
  • Loading branch information
bglamadrid authored Oct 5, 2024
2 parents e8ab736 + c0698ec commit 70dc8f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>com.github.transbankdevelopers</groupId>
<artifactId>transbank-sdk-java</artifactId>
<version>3.0.0</version>
<version>3.0.2</version>
</dependency>

<!-- Utility -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@
import java.io.IOException;

/**
* Implements WebPay Plus as a payment gateway, using its official SDK.<br/>
* Usage of WebPay Plus requires an affiliation to Transbank.<br/>
* You can <a href="https://publico.transbank.cl/">know more about Transbank here</a>.<br/>
* The documentation for the SDK and general use of WebPay Plus APIs
* <a href="https://transbankdevelopers.cl/referencia/webpay">can be found here</a>.<br/>
* <br/>
* <b>Please note it is all in Spanish!</b>
* Implements Webpay Plus as a payment gateway, using their official SDK.<br/>
* Usage of Webpay Plus requires an affiliation to Transbank.
* You can <a href="https://transbank.cl/">know more about Transbank here</a>.<br/><br/>
* Documentation for the SDK and general guidelines for using Webpay Plus
* <a href="https://transbankdevelopers.cl/referencia/webpay">can be found here</a>.
*/
@Service
public class WebpayplusPaymentServiceImpl
Expand Down

0 comments on commit 70dc8f5

Please sign in to comment.