Skip to content

Commit 675f6d3

Browse files
committed
new release 2.0.9
1 parent e2f6306 commit 675f6d3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.MD

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Releases
22

3+
## VERSION 2.0.9
4+
- Add sponsor_id to PaymentCreateRequest
5+
36
## VERSION 2.0.7
47
- Add barcode, digitable_line, verification_code to TransactionDetails
58

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mercadopago",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "Mercadopago SDK for Node.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/utils/config/index.ts

+1-1
Original file line numberDiff line numberDiff 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.8';
8+
static SDK_VERSION = '2.0.9';
99

1010
static readonly Headers = {
1111
AUTHORIZATION: 'Authorization',

0 commit comments

Comments
 (0)