Completed
Pull Request — master (#17)
by
unknown
08:54
created
Samples/saldo_no_ssl.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -10,11 +10,11 @@
 block discarded – undo
10 10
 use Fhp\Model\StatementOfAccount\Statement;
11 11
 use Fhp\Model\StatementOfAccount\Transaction;
12 12
 
13
-define('FHP_BANK_URL', '');                 # HBCI / FinTS Url can be found here: https://www.hbci-zka.de/institute/institut_auswahl.htm (use the PIN/TAN URL)
14
-define('FHP_BANK_PORT', 443);               # HBCI / FinTS Port can be found here: https://www.hbci-zka.de/institute/institut_auswahl.htm
15
-define('FHP_BANK_CODE', '');                # Your bank code / Bankleitzahl
16
-define('FHP_ONLINE_BANKING_USERNAME', '');  # Your online banking username / alias
17
-define('FHP_ONLINE_BANKING_PIN', '');       # Your online banking PIN (NOT! the pin of your bank card!)
13
+define('FHP_BANK_URL', ''); # HBCI / FinTS Url can be found here: https://www.hbci-zka.de/institute/institut_auswahl.htm (use the PIN/TAN URL)
14
+define('FHP_BANK_PORT', 443); # HBCI / FinTS Port can be found here: https://www.hbci-zka.de/institute/institut_auswahl.htm
15
+define('FHP_BANK_CODE', ''); # Your bank code / Bankleitzahl
16
+define('FHP_ONLINE_BANKING_USERNAME', ''); # Your online banking username / alias
17
+define('FHP_ONLINE_BANKING_PIN', ''); # Your online banking PIN (NOT! the pin of your bank card!)
18 18
 
19 19
 $fints = new FinTs(
20 20
     FHP_BANK_URL,
Please login to merge, or discard this patch.