Update webhooks

This commit is contained in:
James Cole
2022-09-17 07:07:25 +02:00
parent f0416f5322
commit 10f2cf2481
13 changed files with 99 additions and 49 deletions

View File

@@ -27,4 +27,5 @@ enum WebhookResponse: int
case TRANSACTIONS = 200;
case ACCOUNTS = 210;
case NONE = 220;
}