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 abbc004 commit 99950cfCopy full SHA for 99950cf
tests/Omnipay/Ukash/Message/FetchTransactionResponseTest.php
@@ -21,7 +21,7 @@ public function testFailure()
21
public function testSuccess()
22
{
23
$httpResponse = $this->getMockHttpResponse('FetchTransactionSuccess.txt');
24
- $response = new PurchaseResponse($this->getMockRequest(), $httpResponse->getBody(true));
+ $response = new FetchTransactionResponse($this->getMockRequest(), $httpResponse->getBody(true));
25
26
$this->assertFalse($response->isSuccessful());
27
$this->assertSame(0, $response->getCode());
0 commit comments