Skip to content

Commit

Permalink
bump version (#80)
Browse files Browse the repository at this point in the history
* fix type  card_id and user to int64

* ajuste

* Update helper.go

* Update CHANGELOG.md
  • Loading branch information
VickieAranha authored Dec 19, 2024
1 parent 26db609 commit 5741170
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## VERSION 1.0.7

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

Fix `UserID` to int64

## VERSION 1.0.6

Include `reference_id` in `DataResponse` in `PaymentMethodResponse` in `Payment`.
Expand Down
2 changes: 1 addition & 1 deletion pkg/internal/httpclient/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
currentSDKVersion string = "1.0.6"
currentSDKVersion string = "1.0.7"
productID string = "CNITR48HSRV0CRPT3NI0"
)

Expand Down

0 comments on commit 5741170

Please sign in to comment.