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 39a17ef commit f5b6bbfCopy full SHA for f5b6bbf
src/Message/Form/CompleteAuthorizeRequest.php
@@ -7,7 +7,7 @@
7
*/
8
9
use Omnipay\SagePay\Message\AbstractRequest;
10
-use Omnipay\SagePay\Message\Response;
+use Omnipay\SagePay\Message\Response as GenericResponse;
11
12
class CompleteAuthorizeRequest extends AbstractRequest
13
{
@@ -50,7 +50,7 @@ public function getData()
50
51
public function sendData($data)
52
53
- return $this->response = new Response($this, $data);
+ return $this->response = new GenericResponse($this, $data);
54
}
55
56
public function getCrypt()
0 commit comments