Skip to content

Instantly share code, notes, and snippets.

@lotas
Created October 10, 2011 09:20
Show Gist options
  • Save lotas/1274934 to your computer and use it in GitHub Desktop.
Save lotas/1274934 to your computer and use it in GitHub Desktop.
simple feature processing
class Yangutu_Payment_Action_F2fUp extends Yangutu_Payment_Action_Simple
{
protected $defaultReturnUrl = '/face-to-face';
protected $message = 'You are now promoted in face-to-face';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment