We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5454af2 commit b0186f9Copy full SHA for b0186f9
CHANGELOG.md
@@ -7,3 +7,7 @@ Solution for issue [56](https://github.com/mercadopago/sdk-go/issues/56).
7
## VERSION 1.0.2
8
9
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
@@ -16,7 +16,7 @@ import (
16
)
17
18
const (
19
- currentSDKVersion string = "1.0.2"
+ currentSDKVersion string = "1.0.3"
20
productID string = "CNITR48HSRV0CRPT3NI0"
21
22
0 commit comments