Skip to content

Instantly share code, notes, and snippets.

@listepo
Created January 21, 2015 13:19
Show Gist options
  • Save listepo/b8d8dbbe4af07a8a4e00 to your computer and use it in GitHub Desktop.
Save listepo/b8d8dbbe4af07a8a4e00 to your computer and use it in GitHub Desktop.
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