File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
+ ## VERSION 2.0.5
4
+ - Add Point of Interaction to the root and Address to Payer
5
+ - Refactoring e2e tests, createCardToken and createEmailTestUser
6
+
3
7
## VERSION 2.0.4
4
8
- Fix payment search types
5
9
- Optional returns on payment search
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mercadopago" ,
3
- "version" : " 2.0.4 " ,
3
+ "version" : " 2.0.5 " ,
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.4 ' ;
8
+ static SDK_VERSION = '2.0.5 ' ;
9
9
10
10
static readonly Headers = {
11
11
AUTHORIZATION : 'Authorization' ,
You can’t perform that action at this time.
0 commit comments