Skip to content

Instantly share code, notes, and snippets.

@makasim
Created November 26, 2012 19:15
Show Gist options
  • Save makasim/4150016 to your computer and use it in GitHub Desktop.
Save makasim/4150016 to your computer and use it in GitHub Desktop.
InputRequiredInteractiveRequest
<?php
namespace Payum\Request;
use Payum\Request\InteractiveRequest;
class InputRequiredInteractiveRequest extends InteractiveRequest
{
public function getSubmitUrl();
public function getFields();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment