|
@@ -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.