mirror of
https://github.com/valitydev/hooker.git
synced 2024-11-06 00:05:17 +00:00
Change event path filter (#55)
This commit is contained in:
parent
94992dbb2c
commit
4170e18a2c
@ -18,8 +18,10 @@ public enum EventType {
|
||||
INVOICE_PAYMENT_CASH_FLOW_CHANGED("invoice_payment_change.payload.invoice_payment_cash_flow_changed"),
|
||||
INVOICE_PAYMENT_CASH_CHANGED("invoice_payment_change.payload.invoice_payment_cash_changed"),
|
||||
|
||||
INVOICE_PAYMENT_USER_INTERACTION_CHANGE_REQUESTED("invoice_payment_change.payload.user_interaction.status.requested"),
|
||||
INVOICE_PAYMENT_USER_INTERACTION_CHANGE_COMPLETED("invoice_payment_change.payload.user_interaction.status.completed"),
|
||||
INVOICE_PAYMENT_USER_INTERACTION_CHANGE_REQUESTED(
|
||||
"invoice_payment_change.payload.invoice_payment_session_change.payload.session_interaction_changed.status.requested"),
|
||||
INVOICE_PAYMENT_USER_INTERACTION_CHANGE_COMPLETED(
|
||||
"invoice_payment_change.payload.invoice_payment_session_change.payload.session_interaction_changed.status.completed"),
|
||||
|
||||
CUSTOMER_CREATED("customer_created"),
|
||||
CUSTOMER_DELETED("customer_deleted"),
|
||||
|
Loading…
Reference in New Issue
Block a user