Skip to content

Commit 3a16cb5

Browse files
committed
Renamed annul to void
1 parent 9c787b3 commit 3a16cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function capture(array $parameters = array())
6262
return $this->createRequest('\Omnipay\Netaxept\Message\CaptureRequest', $parameters);
6363
}
6464

65-
public function annul(array $parameters = array())
65+
public function void(array $parameters = array())
6666
{
6767
return $this->createRequest('\Omnipay\Netaxept\Message\AnnulRequest', $parameters);
6868
}

0 commit comments

Comments
 (0)