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 2036ac4 commit 48bb575Copy full SHA for 48bb575
tests/Message/DirectPostPurchaseRequestTest.php
@@ -12,15 +12,15 @@ public function setUp()
12
13
$this->request->initialize(
14
array(
15
- 'merchantId' => 'foo',
+ 'merchantId' => 'foo',
16
'transactionPassword' => 'bar',
17
- 'amount' => '12.00',
18
- 'returnUrl' => 'https://www.example.com/return',
19
- 'card' => array(
20
- 'number' => '4444333322221111',
+ 'amount' => '12.00',
+ 'returnUrl' => 'https://www.example.com/return',
+ 'card' => array(
+ 'number' => '4444333322221111',
21
'expiryMonth' => '6',
22
- 'expiryYear' => '2020',
23
- 'cvv' => '123',
+ 'expiryYear' => '2020',
+ 'cvv' => '123',
24
),
25
)
26
);
0 commit comments