mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Rename some enums
This commit is contained in:
@@ -23,5 +23,5 @@ namespace FireflyIII\Enums;
|
|||||||
|
|
||||||
enum WebhookDelivery: int
|
enum WebhookDelivery: int
|
||||||
{
|
{
|
||||||
case DELIVERY_JSON = 300;
|
case JSON = 300;
|
||||||
}
|
}
|
@@ -23,7 +23,7 @@ namespace FireflyIII\Enums;
|
|||||||
|
|
||||||
enum WebhookResponse: int
|
enum WebhookResponse: int
|
||||||
{
|
{
|
||||||
case RESPONSE_TRANSACTIONS = 200;
|
case TRANSACTIONS = 200;
|
||||||
case RESPONSE_ACCOUNTS = 210;
|
case ACCOUNTS = 210;
|
||||||
case RESPONSE_NONE = 220;
|
case NONE = 220;
|
||||||
}
|
}
|
@@ -23,7 +23,7 @@ namespace FireflyIII\Enums;
|
|||||||
|
|
||||||
enum WebhookTrigger: int
|
enum WebhookTrigger: int
|
||||||
{
|
{
|
||||||
case TRIGGER_STORE_TRANSACTION = 100;
|
case STORE_TRANSACTION = 100;
|
||||||
case TRIGGER_UPDATE_TRANSACTION = 110;
|
case UPDATE_TRANSACTION = 110;
|
||||||
case TRIGGER_DESTROY_TRANSACTION = 120;
|
case DESTROY_TRANSACTION = 120;
|
||||||
}
|
}
|
Reference in New Issue
Block a user