Improve deprecated documentation

This commit is contained in:
Matthias
2022-04-04 19:45:39 +02:00
parent 0db5d9f7fa
commit 2b55f45be0
2 changed files with 8 additions and 3 deletions

View File

@@ -66,5 +66,10 @@ We will keep a compatibility layer for 1-2 versions (so both `buy_tag` and `ente
#### Naming changes
All "sell" occurances in webhook context have been replaced with "exit" configurations.
As a result `webhooksell` became `webhookexit`, `webhooksellfill` became `webhookexitfill` and `webhooksellcancel` became `webhookexitcancel`
Webhook terminology changed from "sell" to "exit", and from "buy" to "entry".
*`webhookbuy` -> `webhookentry`
* `webhookbuyfill` -> `webhookentryfill`
*`webhookbuycancel` -> `webhookentrycancel`
* `webhooksell` -> `webhookexit`
*`webhooksellfill` -> `webhookexitfill`
* `webhooksellcancel` -> `webhookexitcancel`