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.
2 parents 6b2ade6 + e2028dc commit ec71c5bCopy full SHA for ec71c5b
src/Omnipay/SagePay/DirectGateway.php
@@ -63,7 +63,7 @@ public function authorize(array $parameters = array())
63
64
public function completeAuthorize(array $parameters = array())
65
{
66
- return $this->createRequest('\Omnipay\SagePay\Message\DirectAuthorizeRequest', $parameters);
+ return $this->createRequest('\Omnipay\SagePay\Message\DirectCompleteAuthorizeRequest', $parameters);
67
}
68
69
public function capture(array $parameters = array())
0 commit comments