File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
src/main/java/com/mercadopago Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ already.
16
16
17
17
1 . Append MercadoPago dependencies to pom.xml
18
18
19
- ``` xml
19
+ ``` xml
20
20
<dependency >
21
- <groupId >com.mercadopago</groupId >
22
- <artifactId >sdk-java</artifactId >
23
- <version >2.1.28 </version >
21
+ <groupId >com.mercadopago</groupId >
22
+ <artifactId >sdk-java</artifactId >
23
+ <version >2.1.29 </version >
24
24
</dependency >
25
- ```
25
+ ```
26
26
27
27
2 . Run ` mvn install ` and that's all, you have Mercado Pago SDK installed.
28
28
@@ -164,13 +164,13 @@ branch.
164
164
## ❤️ Support
165
165
166
166
If you require technical support, please contact our support team at our developers
167
- site: [ English] ( https://www.mercadopago.com/developers/en/support/center/contact )
167
+ site: [ English] ( https://www.mercadopago.com/developers/en/support/center/contact )
168
168
/ [ Portuguese] ( https://www.mercadopago.com/developers/pt/support/center/contact )
169
169
/ [ Spanish] ( https://www.mercadopago.com/developers/es/support/center/contact )
170
170
171
171
## 🏻 License
172
172
173
173
```
174
- MIT license. Copyright (c) 2022 - Mercado Pago / Mercado Libre
174
+ MIT license. Copyright (c) 2022 - Mercado Pago / Mercado Libre
175
175
For more information, see the LICENSE file.
176
176
```
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.mercadopago</groupId >
6
6
<artifactId >sdk-java</artifactId >
7
- <version >2.1.28 </version >
7
+ <version >2.1.29 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >Mercadopago SDK</name >
Original file line number Diff line number Diff line change 15
15
/** Mercado Pago configuration class. */
16
16
public class MercadoPagoConfig {
17
17
18
- public static final String CURRENT_VERSION = "2.1.28 " ;
18
+ public static final String CURRENT_VERSION = "2.1.29 " ;
19
19
20
20
public static final String PRODUCT_ID = "BC32A7VTRPP001U8NHJ0" ;
21
21
You can’t perform that action at this time.
0 commit comments