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 208e6c7 commit 6602ba2Copy full SHA for 6602ba2
tests/Message/SecureXMLAuthorizeRequestTest.php
@@ -12,16 +12,16 @@ public function setUp()
12
13
$this->request->initialize(
14
array(
15
- 'merchantId' => 'XYZ0010',
+ 'merchantId' => 'XYZ0010',
16
'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',
+ 'testMode' => true,
+ 'amount' => '12.00',
+ 'transactionId' => '1234',
+ 'card' => array(
+ 'number' => '4444333322221111',
+ 'expiryMonth' => '10',
+ 'expiryYear' => '2030',
+ 'cvv' => '123',
25
'cardHolderName' => 'Sujip Thapa',
26
),
27
)
0 commit comments