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 9c787b3 commit 3a16cb5Copy full SHA for 3a16cb5
src/Gateway.php
@@ -62,7 +62,7 @@ public function capture(array $parameters = array())
62
return $this->createRequest('\Omnipay\Netaxept\Message\CaptureRequest', $parameters);
63
}
64
65
- public function annul(array $parameters = array())
+ public function void(array $parameters = array())
66
{
67
return $this->createRequest('\Omnipay\Netaxept\Message\AnnulRequest', $parameters);
68
0 commit comments