-
-
Notifications
You must be signed in to change notification settings - Fork 1
Webhooks #11
Copy link
Copy link
Open
Labels
type:featureNew featureNew feature
Metadata
Metadata
Assignees
Labels
type:featureNew featureNew feature
Type
Fields
Give feedbackNo fields configured for issues without a type.
Requests are usually coming in the form of webhooks when certain actions are done.
We need:
Should be something like:
WebHookInterface { public function isValid(): bool; public function getPayment(): ?Payment; public function getRefund(): ?Refund; public function getSubscription(): ?Subscription; // ... }