Commit Graph

24 Commits

Author SHA1 Message Date
nanov
b6b27516d5 feat: replace <request> with <rock-req> 2023-10-11 22:15:35 +03:00
nanov
f9fb6d3dc9 chore: cleanup & bump 2021-03-30 14:26:35 +03:00
Herman van Hazendonk
d192e61d29 Add additional bank configuration items
For prettier generation of bank letters and other bits used in examples:

Expand the bank config to include:

* "bankFullName" used in the INI letter's which are sent to the bank.
* "bankShortName" used in the filename for the generated letters and in other places if needed.
* "languageCode" used for determining which template to use for the bank (currently "en" and "de" are supported).
* "storageLocation" can be used to specify a local or network path where to store downloaded files.

* In bankLetter.js: Use the current script folder as output for the bank's letter in HTML format instead of the user/os homedir folder.

Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
2021-03-30 11:02:36 +02:00
chrwoizi
e57316c6cb
Wait until the keys are generated
The initialization method should wait until the key file is written because other methods could use the keys-method after initialization.
2020-02-14 11:46:15 +01:00
Herman van Hazendonk
0b9d93f745 Various fixes for spelling
Various minor spelling mistake fixes.

Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
2019-11-19 14:48:26 +01:00
nanov
cf16abc843 chire: jsdoc 2019-11-05 05:54:16 +02:00
nanov
e40f79cee6 feat: prepare order generation tests 2019-11-01 08:13:53 +02:00
anandsahil
cb2062ae2f remove eCollect from constant and minor verbose error handeling 2019-07-22 17:31:24 +02:00
Vladislav Hristov
e2af5c6ea8 Add traces storage 2018-08-31 08:50:18 +03:00
Vladislav Hristov
5d4e9f8309 Fix orderData method 2018-07-04 16:30:16 +03:00
Vladislav Hristov
044bbba9e3 Add returned codes errors and messages 2018-07-03 12:48:00 +03:00
Vladislav Hristov
ab2853956c Return body error code 2018-07-03 12:03:37 +03:00
Vladislav Hristov
b259ac76d6 Code optimization 2018-06-28 11:34:14 +03:00
Vladislav Hristov
9660242234 Async read and write keys 2018-06-27 17:59:35 +03:00
Vladislav Hristov
9cfed8ec81 Add keys generation and code optimization 2018-06-27 14:21:49 +03:00
Vladislav Hristov
c0ec4b8fb7 add predefined orders 2018-06-20 14:08:31 +03:00
Vladislav Hristov
945499290a client and order optimization 2018-06-20 12:20:03 +03:00
Vladislav Hristov
187636019c code optimization 2018-06-15 09:33:41 +03:00
Vladislav Hristov
10111878fa reorder file structure 2018-06-11 15:25:07 +03:00
Vladislav Hristov
ff9a3a16b4 Major changes. Separating responsibilities. Orders builder, serializer. 2018-06-11 11:38:32 +03:00
AngelPashov
8492d94054 various modular fixes 2018-06-01 16:16:43 +03:00
Vladislav Hristov
0b79929e1c Add upload method in Client.js file 2018-05-31 12:08:07 +03:00
Vladislav Hristov
e12f1f7ec1 Fixes in Client.js and BankLetter.js
Add DOMParser constant in Client.js
Fix ebicsRequest function in Client.js
Some clean up in Client.js
Fix registerHelper sha256 in BankLetters.js
2018-05-30 14:33:46 +03:00
Vladislav Hristov
1f947ff148 initial commit 2018-05-17 18:03:59 +03:00