Skip to content

Commit

Permalink
rollback version
Browse files Browse the repository at this point in the history
  • Loading branch information
vicorrea25 committed Sep 2, 2024
1 parent 2c8ea6a commit ddfc679
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
## 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.6"
currentSDKVersion string = "1.0.5"
productID string = "CNITR48HSRV0CRPT3NI0"
)

Expand Down

0 comments on commit ddfc679

Please sign in to comment.