Skip to content

Commit 230ffa9

Browse files
sudiptpaStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 0db2ff0 commit 230ffa9

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

src/Message/SecureXMLAbstractRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public function getMessageId()
7575

7676
/**
7777
* @param $data
78+
*
7879
* @return mixed
7980
*/
8081
public function sendData($data)

tests/Message/SecureXMLAuthorizeRequestTest.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ public function setUp()
1111
$this->request = new SecureXMLAuthorizeRequest($this->getHttpClient(), $this->getHttpRequest());
1212

1313
$this->request->initialize([
14-
'merchantId' => 'XYZ0010',
14+
'merchantId' => 'XYZ0010',
1515
'transactionPassword' => 'abcd1234',
16-
'testMode' => true,
17-
'amount' => '12.00',
18-
'transactionId' => '1234',
19-
'card' => [
20-
'number' => '4444333322221111',
21-
'expiryMonth' => '10',
22-
'expiryYear' => '2030',
23-
'cvv' => '123',
16+
'testMode' => true,
17+
'amount' => '12.00',
18+
'transactionId' => '1234',
19+
'card' => [
20+
'number' => '4444333322221111',
21+
'expiryMonth' => '10',
22+
'expiryYear' => '2030',
23+
'cvv' => '123',
2424
'cardHolderName' => 'Sujip Thapa',
2525
],
2626
]);

0 commit comments

Comments
 (0)