From 952f8c07fc557901d780255e3557279c8ee56cdd Mon Sep 17 00:00:00 2001 From: andreagostinho-meli Date: Mon, 6 Jun 2022 15:16:24 -0300 Subject: [PATCH] feat: add v1.0.0 for Java example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ec9e7c..42b2ca5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ Currently we provide three examples of how to add credit card payments by integrating with our [Checkout API](https://www.mercadopago.com/developers/en/guides/online-payments/checkout-api/introduction), please refer to the language-specific repository of your choice: -- [Java](https://github.com/mercadopago/card-payment-sample-java) +- [Java](https://github.com/mercadopago/card-payment-sample-java/tree/1.0.0) - [Node.js](https://github.com/mercadopago/card-payment-sample-node) -- [PHP](https://github.com/mercadopago/card-payment-sample-php) \ No newline at end of file +- [PHP](https://github.com/mercadopago/card-payment-sample-php)