Skip to content

Commit aac0147

Browse files
[disputewebhooks] Automated update from Adyen/adyen-openapi@0a007ce (#851)
1 parent 764a883 commit aac0147

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/Adyen/Model/DisputeWebhooks/BalancePlatformNotificationResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public function getNotificationResponse()
286286
/**
287287
* Sets notificationResponse
288288
*
289-
* @param string|null $notificationResponse Respond with any **2xx** HTTP status code to [accept the webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications).
289+
* @param string|null $notificationResponse Respond with any **2xx** HTTP status code to [accept the webhook](https://docs.adyen.com/development-resources/webhooks/#accept-webhooks).
290290
*
291291
* @return self
292292
*/

src/Adyen/Model/DisputeWebhooks/DisputeEventNotification.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ public function getModelName()
269269
public const TYPE_FRAUD = 'fraud';
270270
public const TYPE_NOT_DELIVERED = 'notDelivered';
271271
public const TYPE_DUPLICATE = 'duplicate';
272+
public const TYPE_OTHER = 'other';
272273

273274
/**
274275
* Gets allowable values of the enum
@@ -281,6 +282,7 @@ public function getTypeAllowableValues()
281282
self::TYPE_FRAUD,
282283
self::TYPE_NOT_DELIVERED,
283284
self::TYPE_DUPLICATE,
285+
self::TYPE_OTHER,
284286
];
285287
}
286288
/**
@@ -422,7 +424,7 @@ public function getCreationDate()
422424
/**
423425
* Sets creationDate
424426
*
425-
* @param \DateTime|null $creationDate The date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**.
427+
* @param \DateTime|null $creationDate The date and time when the event was triggered, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
426428
*
427429
* @return self
428430
*/

0 commit comments

Comments
 (0)