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 1839445 commit 5bbb925Copy full SHA for 5bbb925
src/Omnipay/Ukash/Message/CompletePurchaseRequest.php
@@ -69,6 +69,6 @@ public function sendData($data)
69
{
70
$response = $this->sendRequest('POST', 'RPPGateway/process.asmx/GetTransactionStatus', $data);
71
72
- return new FetchTransactionResponse($this, $response);
+ return new Response($this, $response);
73
}
74
0 commit comments