Skip to content

Commit 6602ba2

Browse files
sudiptpaStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 208e6c7 commit 6602ba2

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
@@ -12,16 +12,16 @@ public function setUp()
1212

1313
$this->request->initialize(
1414
array(
15-
'merchantId' => 'XYZ0010',
15+
'merchantId' => 'XYZ0010',
1616
'transactionPassword' => 'abcd1234',
17-
'testMode' => true,
18-
'amount' => '12.00',
19-
'transactionId' => '1234',
20-
'card' => array(
21-
'number' => '4444333322221111',
22-
'expiryMonth' => '10',
23-
'expiryYear' => '2030',
24-
'cvv' => '123',
17+
'testMode' => true,
18+
'amount' => '12.00',
19+
'transactionId' => '1234',
20+
'card' => array(
21+
'number' => '4444333322221111',
22+
'expiryMonth' => '10',
23+
'expiryYear' => '2030',
24+
'cvv' => '123',
2525
'cardHolderName' => 'Sujip Thapa',
2626
),
2727
)

0 commit comments

Comments
 (0)