Skip to content

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
sudiptpa authored and StyleCIBot committed Nov 25, 2016
1 parent 2036ac4 commit 48bb575
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/Message/DirectPostPurchaseRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ public function setUp()

$this->request->initialize(
array(
'merchantId' => 'foo',
'merchantId' => 'foo',
'transactionPassword' => 'bar',
'amount' => '12.00',
'returnUrl' => 'https://www.example.com/return',
'card' => array(
'number' => '4444333322221111',
'amount' => '12.00',
'returnUrl' => 'https://www.example.com/return',
'card' => array(
'number' => '4444333322221111',
'expiryMonth' => '6',
'expiryYear' => '2020',
'cvv' => '123',
'expiryYear' => '2020',
'cvv' => '123',
),
)
);
Expand Down

0 comments on commit 48bb575

Please sign in to comment.