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 11# Releases
22
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+
37## VERSION 2.0.4
48- Fix payment search types
59- Optional returns on payment search
Original file line number Diff line number Diff line change 11{
22 "name" : " mercadopago" ,
3- "version" : " 2.0.4 " ,
3+ "version" : " 2.0.5 " ,
44 "description" : " Mercadopago SDK for Node.js" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export class AppConfig {
55 static readonly BASE_URL = 'https://api.mercadopago.com' ;
66 static readonly PRODUCT_ID = 'bc32b6ntrpp001u8nhkg' ;
77
8- static SDK_VERSION = '2.0.4 ' ;
8+ static SDK_VERSION = '2.0.5 ' ;
99
1010 static readonly Headers = {
1111 AUTHORIZATION : 'Authorization' ,
You can’t perform that action at this time.
0 commit comments