Created
January 21, 2015 13:19
-
-
Save listepo/b8d8dbbe4af07a8a4e00 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class MyCoolProcessor implements \N1\Client\IncomingRequest\IOrderPaymentProcessor | |
{ | |
/** | |
* @param \N1\Xml\Request\CoreReceiver\Notify $request | |
* @return \N1\Xml\Response\Notify | |
*/ | |
public function confirm(\N1\Xml\Request\CoreReceiver\Notify $request) | |
{ | |
return new \N1\Xml\Response\Notify(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment