Skip to content

Commit 233b9c6

Browse files
committed
Merge pull request thephpleague#9 from devdemon/develop
SIMGateway->purchase() mapped correctly to SIMPurchaseRequest
2 parents 344dc83 + d0e3bc1 commit 233b9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SIMGateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function completeAuthorize(array $parameters = array())
4545

4646
public function purchase(array $parameters = array())
4747
{
48-
return $this->createRequest('\Omnipay\AuthorizeNet\Message\SIMAuthorizeRequest', $parameters);
48+
return $this->createRequest('\Omnipay\AuthorizeNet\Message\SIMPurchaseRequest', $parameters);
4949
}
5050

5151
public function completePurchase(array $parameters = array())

0 commit comments

Comments
 (0)