From 595a1b35866ec58f088a5421278954e2e1cfa02d Mon Sep 17 00:00:00 2001 From: Dmitry Fedyuk Date: Thu, 27 Sep 2018 23:30:09 +0600 Subject: [PATCH] no message --- W/Event.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/W/Event.php b/W/Event.php index 30d265c..2988898 100644 --- a/W/Event.php +++ b/W/Event.php @@ -12,6 +12,15 @@ final class Event extends \Df\PaypalClone\W\Event { */ protected function k_signature() {return null;} + /** + * 2018-09-27 + * @override + * @see \Df\PaypalClone\W\Event::k_status() + * @used-by \Df\PaypalClone\W\Event::status() + * @return string|null + */ + protected function k_status() {return 'RESULT';} + /** * 2018-09-27 * @override