From 6bd6fe308a404d0e8357ab507f03ea8a2c8fbb6b Mon Sep 17 00:00:00 2001 From: Adrian Macneil Date: Sat, 19 Oct 2013 10:21:25 -0700 Subject: [PATCH] CS fix --- src/Omnipay/AuthorizeNet/SIMGateway.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Omnipay/AuthorizeNet/SIMGateway.php b/src/Omnipay/AuthorizeNet/SIMGateway.php index 3bd6b123..1ef4b4af 100644 --- a/src/Omnipay/AuthorizeNet/SIMGateway.php +++ b/src/Omnipay/AuthorizeNet/SIMGateway.php @@ -33,7 +33,6 @@ public function setHashSecret($value) return $this->setParameter('hashSecret', $value); } - public function authorize(array $parameters = array()) { return $this->createRequest('\Omnipay\AuthorizeNet\Message\SIMAuthorizeRequest', $parameters);