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.
2 parents 0613b39 + ca9fa21 commit c4833caCopy full SHA for c4833ca
CHANGELOG.md
@@ -3,3 +3,7 @@
3
## VERSION 1.0.1
4
5
Solution for issue [56](https://github.com/mercadopago/sdk-go/issues/56).
6
+
7
+## VERSION 1.0.2
8
9
+Fix `differential_pricing_id` type. Now it is `int` instead of `string`.
pkg/internal/httpclient/helper.go
@@ -16,7 +16,7 @@ import (
16
)
17
18
const (
19
- currentSDKVersion string = "1.0.1"
+ currentSDKVersion string = "1.0.2"
20
productID string = "CNITR48HSRV0CRPT3NI0"
21
22
0 commit comments