Skip to content

Commit

Permalink
bump sdk version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagostinho-meli committed Sep 2, 2024
1 parent 016ed12 commit 6d1367a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## VERSION 1.0.6

Include `reference_id` in `DataResponse` in `PaymentMethodResponse` in `Payment`.

Include `external_reference_id` in `DataResponse` in `PaymentMethodResponse` in `Payment`.

Include `external_resource_url` in `DataResponse` in `PaymentMethodResponse` in `Payment`.

## VERSION 1.0.5

Fix `is_same_bank_account_owner` type. Now it is `bool` instead of `string`.
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.5"
currentSDKVersion string = "1.0.6"
productID string = "CNITR48HSRV0CRPT3NI0"
)

Expand Down

0 comments on commit 6d1367a

Please sign in to comment.