Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 27, 2018
1 parent 3498ed4 commit 595a1b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions W/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 595a1b3

Please sign in to comment.