You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Related Issue(s):**
- #373
- #263
**Description:**
- Added the `ENABLE_TRANSACTIONS_EXTENSIONS` environment variable to
enable or disable the Transactions and Bulk Transactions API extensions.
When set to `false`, endpoints provided by `TransactionsClient` and
`BulkTransactionsClient` are not available. This allows for flexible
deployment scenarios and improved API control.
**PR Checklist:**
- [x] Code is formatted and linted (run `pre-commit run --all-files`)
- [x] Tests pass (run `make test`)
- [x] Documentation has been updated to reflect changes, if applicable
- [x] Changes are added to the changelog
Uh oh!
There was an error while loading. Please reload this page.
Eventually it would be nice to have the same functionality for other extensions as well ie #263
The text was updated successfully, but these errors were encountered: