File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Releases
2
+ ## VERSION 2.9.0
3
+ - Task: Update the local project to comply with release 2.8.0
4
+ - Task: Update dependencies and validate builds/tests
5
+ - Fix: Removed invalid 'aa' field in 'CreateOrderRequest' in 'order/create'
2
6
3
7
## VERSION 2.8.0
4
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mercadopago" ,
3
- "version" : " 2.8 .0" ,
3
+ "version" : " 2.9 .0" ,
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.8 .0' ;
8
+ static SDK_VERSION = '2.9 .0' ;
9
9
10
10
static readonly Headers = {
11
11
AUTHORIZATION : 'Authorization' ,
You can’t perform that action at this time.
0 commit comments