8000 Response Bugfix · dercoder/omnipay-ukash@5bbb925 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5bbb925

Browse files
committed
Response Bugfix
1 parent 1839445 commit 5bbb925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Omnipay/Ukash/Message/CompletePurchaseRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ public function sendData($data)
6969
{
7070
$response = $this->sendRequest('POST', 'RPPGateway/process.asmx/GetTransactionStatus', $data);
7171

72-
return new FetchTransactionResponse($this, $response);
72+
return new Response($this, $response);
7373
}
7474
}

0 commit comments

Comments
 (0)
0