We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ea6f7 commit 9c787b3Copy full SHA for 9c787b3
src/Gateway.php
@@ -61,4 +61,14 @@ public function capture(array $parameters = array())
61
{
62
return $this->createRequest('\Omnipay\Netaxept\Message\CaptureRequest', $parameters);
63
}
64
+
65
+ public function annul(array $parameters = array())
66
+ {
67
+ return $this->createRequest('\Omnipay\Netaxept\Message\AnnulRequest', $parameters);
68
+ }
69
70
+ public function credit(array $parameters = array())
71
72
+ return $this->createRequest('\Omnipay\Netaxept\Message\CreditRequest', $parameters);
73
74
0 commit comments