Skip to content

Commit 17dee0f

Browse files
bump: upgrade version 1.0.8 (#82)
1 parent 840a2a4 commit 17dee0f

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
@@ -1,3 +1,7 @@
1+
## VERSION 1.0.8
2+
3+
Fix `LastChargedAmount` to float64 in `Response`
4+
15
## VERSION 1.0.7
26

37
Fix `CardID` to string in `Response` from the `pre-approval flow`

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.7"
19+
currentSDKVersion string = "1.0.8"
2020
productID string = "CNITR48HSRV0CRPT3NI0"
2121
)
2222

0 commit comments

Comments
 (0)