Skip to content

Commit 142114c

Browse files
committed
Fixing doc blocks
2 parents 658c012 + 230ffa9 commit 142114c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tests/Message/SecureXMLAuthorizeRequestTest.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ public function setUp()
1111
$this->request = new SecureXMLAuthorizeRequest($this->getHttpClient(), $this->getHttpRequest());
1212

1313
$this->request->initialize([
14-
'merchantId' => 'XYZ0010',
14+
'merchantId' => 'XYZ0010',
1515
'transactionPassword' => 'abcd1234',
16-
'testMode' => true,
17-
'amount' => '12.00',
18-
'transactionId' => '1234',
19-
'card' => [
20-
'number' => '4444333322221111',
21-
'expiryMonth' => '10',
22-
'expiryYear' => '2030',
23-
'cvv' => '123',
16+
'testMode' => true,
17+
'amount' => '12.00',
18+
'transactionId' => '1234',
19+
'card' => [
20+
'number' => '4444333322221111',
21+
'expiryMonth' => '10',
22+
'expiryYear' => '2030',
23+
'cvv' => '123',
2424
'cardHolderName' => 'Sujip Thapa',
2525
],
2626
]);

0 commit comments

Comments
 (0)