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 840a2a4 commit 17dee0fCopy full SHA for 17dee0f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## VERSION 1.0.8
2
+
3
+Fix `LastChargedAmount` to float64 in `Response`
4
5
## VERSION 1.0.7
6
7
Fix `CardID` to string in `Response` from the `pre-approval flow`
pkg/internal/httpclient/helper.go
@@ -16,7 +16,7 @@ import (
16
)
17
18
const (
19
- currentSDKVersion string = "1.0.7"
+ currentSDKVersion string = "1.0.8"
20
productID string = "CNITR48HSRV0CRPT3NI0"
21
22
0 commit comments