Added base plugin, in preperation for the API
This commit is contained in:
@ -4,15 +4,13 @@ namespace Omnipay\Inforbank;
|
||||
|
||||
use Omnipay\Common\AbstractGateway;
|
||||
|
||||
class Gateway extends AbstractGateway {
|
||||
public function getName() {
|
||||
class Gateway extends AbstractGateway
|
||||
{
|
||||
public function getName()
|
||||
{
|
||||
return 'Inforbank';
|
||||
}
|
||||
|
||||
public function getDefaultParameters() {
|
||||
return array();
|
||||
}
|
||||
|
||||
/**
|
||||
* Start a purchase request.
|
||||
* @param array $parameters An array of options
|
||||
|
Reference in New Issue
Block a user