File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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 ]);
You can’t perform that action at this time.
0 commit comments