Skip to content

Commit

Permalink
SIMGateway->purchase() mapped correctly to SIMPurchaseRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpayano committed Sep 30, 2014
1 parent 344dc83 commit d0e3bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIMGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function completeAuthorize(array $parameters = array())

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

public function completePurchase(array $parameters = array())
Expand Down

0 comments on commit d0e3bc1

Please sign in to comment.