Skip to content

Commit

Permalink
release v1.0.20230915
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Sep 15, 2023
1 parent c8292b8 commit 69c4ef9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/ledger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@ func main() {

ctx := context.Background()
res, err := s.Ledger.RevertTransaction(ctx, operations.RevertTransactionRequest{
DisableChecks: formance.Bool(false),
Ledger: "ledger001",
Txid: 1234,
})
Expand Down
2 changes: 1 addition & 1 deletion formance.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@ generation:
sdkClassName: Formance
singleTagPerOp: true
telemetryEnabled: false
features:
version: ""
go:
core: 2.86.4
deprecations: 2.81.1
globalSecurity: 2.81.1
globalServerURLs: 2.82.0
ignores: 2.81.1
unions: 2.81.2
go:
version: v1.0.20230725
version: v1.0.20230915
author: Formance
maxMethodParams: 0
packageName: github.com/formancehq/formance-sdk-go
4 changes: 4 additions & 0 deletions ledger.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pkg/models/operations/reverttransaction.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69c4ef9

Please sign in to comment.