Skip to content

Commit b0186f9

Browse files
Bump to 1.0.3 (#70)
1 parent 5454af2 commit b0186f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ Solution for issue [56](https://github.com/mercadopago/sdk-go/issues/56).
77
## VERSION 1.0.2
88

99
Fix `differential_pricing_id` type. Now it is `int` instead of `string`.
10+
11+
## VERSION 1.0.3
12+
13+
Include `sub_merchant` in `ForwardData` in `Payment`.

pkg/internal/httpclient/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
const (
19-
currentSDKVersion string = "1.0.2"
19+
currentSDKVersion string = "1.0.3"
2020
productID string = "CNITR48HSRV0CRPT3NI0"
2121
)
2222

0 commit comments

Comments
 (0)