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 e73f6ee commit 6bd6fe3Copy full SHA for 6bd6fe3
src/Omnipay/AuthorizeNet/SIMGateway.php
@@ -33,7 +33,6 @@ public function setHashSecret($value)
33
return $this->setParameter('hashSecret', $value);
34
}
35
36
-
37
public function authorize(array $parameters = array())
38
{
39
return $this->createRequest('\Omnipay\AuthorizeNet\Message\SIMAuthorizeRequest', $parameters);
0 commit comments