File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
+ ## VERSION 2.0.14
4
+ - Change application_fee type for number
5
+
3
6
## VERSION 2.0.13
4
7
- Include point of interaction sub type
5
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mercadopago" ,
3
- "version" : " 2.0.13 " ,
3
+ "version" : " 2.0.14 " ,
4
4
"description" : " Mercadopago SDK for Node.js" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export class AppConfig {
5
5
static readonly BASE_URL = 'https://api.mercadopago.com' ;
6
6
static readonly PRODUCT_ID = 'bc32b6ntrpp001u8nhkg' ;
7
7
8
- static SDK_VERSION = '2.0.13 ' ;
8
+ static SDK_VERSION = '2.0.14 ' ;
9
9
10
10
static readonly Headers = {
11
11
AUTHORIZATION : 'Authorization' ,
You can’t perform that action at this time.
0 commit comments