From 0aa19500e139a16e200bb1706a1a1141c0096d3a Mon Sep 17 00:00:00 2001 From: Aimeos Date: Wed, 15 Jul 2020 09:46:54 +0200 Subject: [PATCH] Added "refunded" as possible payment notification state --- src/Common/Message/NotificationInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Common/Message/NotificationInterface.php b/src/Common/Message/NotificationInterface.php index 41193a37..c6ff117c 100755 --- a/src/Common/Message/NotificationInterface.php +++ b/src/Common/Message/NotificationInterface.php @@ -10,6 +10,7 @@ interface NotificationInterface extends MessageInterface const STATUS_COMPLETED = 'completed'; const STATUS_PENDING = 'pending'; const STATUS_FAILED = 'failed'; + const STATUS_REFUNDED = 'refunded'; /** * Gateway Reference