Skip to content

Commit 04f1a3b

Browse files
committed
Remove passwords from default parameters
1 parent eef9cc7 commit 04f1a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Gateway.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ public function getDefaultParameters()
2323
'terminalId' => '',
2424
'merchantId' => '',
2525
'username' => 'PROVAUT',
26-
'password' => '123qweASD',
26+
'password' => '',
2727
'refundusername' => 'PROVRFN',
28-
'refundpassword' => '123qweASD',
28+
'refundpassword' => '',
2929
'installment' => '',
3030
'type' => 'preauth',
3131
'testMode' => false,

0 commit comments

Comments
 (0)