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 cd9f42c commit 6e3d748Copy full SHA for 6e3d748
tests/Message/UnionPayPurchaseRequestTest.php
@@ -39,8 +39,10 @@ public function testPurchase()
39
$this->assertNull($response->getMessage());
40
$this->assertNull($response->getCode());
41
42
- $this->assertStringStartsWith('https://transact.nab.com.au/live/directpostv2/authorise',
43
- $response->getRedirectUrl());
+ $this->assertStringStartsWith(
+ 'https://transact.nab.com.au/live/directpostv2/authorise',
44
+ $response->getRedirectUrl()
45
+ );
46
$this->assertSame('GET', $response->getRedirectMethod());
47
$this->assertArrayHasKey('EPS_FINGERPRINT', $response->getData());
48
}
0 commit comments