We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e7a3a commit a5ccf88Copy full SHA for a5ccf88
1 file changed
src/DataTransferObjects/Webhook/WebhookDto.php
@@ -9,11 +9,6 @@
9
/**
10
* https://developers.paymaya.com/blog/entry/paymaya-checkout-api-overview#webhooks
11
*
12
- * @method self setId(string $id)
13
- * @method self setName(string $name)
14
- * @method self setCallbackUrl(string $callbackUrl)
15
- * @method self setCreatedAt(string $createdAt)
16
- * @method self setUpdatedAt(string $updatedAt)
17
*/
18
readonly class WebhookDto extends BaseDto
19
{
0 commit comments