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 344dc83 commit d0e3bc1Copy full SHA for d0e3bc1
src/SIMGateway.php
@@ -45,7 +45,7 @@ public function completeAuthorize(array $parameters = array())
45
46
public function purchase(array $parameters = array())
47
{
48
- return $this->createRequest('\Omnipay\AuthorizeNet\Message\SIMAuthorizeRequest', $parameters);
+ return $this->createRequest('\Omnipay\AuthorizeNet\Message\SIMPurchaseRequest', $parameters);
49
}
50
51
public function completePurchase(array $parameters = array())
0 commit comments