Skip to content

Commit 48bb575

Browse files
sudiptpaStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 2036ac4 commit 48bb575

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/Message/DirectPostPurchaseRequestTest.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ public function setUp()
1212

1313
$this->request->initialize(
1414
array(
15-
'merchantId' => 'foo',
15+
'merchantId' => 'foo',
1616
'transactionPassword' => 'bar',
17-
'amount' => '12.00',
18-
'returnUrl' => 'https://www.example.com/return',
19-
'card' => array(
20-
'number' => '4444333322221111',
17+
'amount' => '12.00',
18+
'returnUrl' => 'https://www.example.com/return',
19+
'card' => array(
20+
'number' => '4444333322221111',
2121
'expiryMonth' => '6',
22-
'expiryYear' => '2020',
23-
'cvv' => '123',
22+
'expiryYear' => '2020',
23+
'cvv' => '123',
2424
),
2525
)
2626
);

0 commit comments

Comments
 (0)