Herrie
61581d1af7
Cryto.js: Nasty workaround for incorrect signature (257 vs 256) and hex key length (514 vs 512)
...
For some unknown reason, the signature gets a length of 257 bytes instead of 256 bytes, and the length of the hex value is 514 bytes instead of 512 bytes.
This works around it, until a proper fix is implemented. The bug seems to be caused by https://github.com/node-ebics/node-ebics-client/blob/master/lib/crypto/Crypto.js#L71 somehow.
Signed-off-by: Herman van Hazendonk <github.com@herrie.org >
2021-03-25 10:07:33 +01:00
Herrie
d38460011c
Add XG1 order type and example
...
XG1 order type is used for ISO XML 20022 CGI (Common Global Implementation) which should be a unified format that works within a country (irrespective of bank).
Signed-off-by: Herman van Hazendonk <github.com@herrie.org >
2019-11-29 14:38:46 +01:00
Herrie
c3d3decd6a
examples: Externalize configuration values and allow for multiple environments
...
In order to more easily manage testing of various order types as well as production, development etc. environments, externalize this config values.
Signed-off-by: Herman van Hazendonk <github.com@herrie.org >
2019-11-29 13:12:15 +01:00
Herrie
a5b65f815e
README.md: Add Bank GPB International S.A. to supported bank list
...
I was able to test DKI, INI, HAA, HAC, HEV, HVD, STA, VMK, XG1 with Bank GPB International S.A., so I think we're good to add it to the supported bank list.
Signed-off-by: Herman van Hazendonk <github.com@herrie.org >
2019-11-29 11:46:53 +01:00
Herrie
f8c9cc7ba8
Add C52/C53 order types and examples
...
Signed-off-by: Herman van Hazendonk <github.com@herrie.org >
2019-11-25 16:22:39 +01:00
Herrie
0c08d534ff
Add examples for MT940 and MT942
...
Signed-off-by: Herman van Hazendonk <github.com@herrie.org >
2019-11-25 16:22:39 +01:00
Herrie
ad7d55ce7c
Add example for HKD order type
...
Signed-off-by: Herman van Hazendonk <github.com@herrie.org >
2019-11-25 16:20:59 +01:00
Herrie
c15e19d22f
Rename send-hbt-order.js to send-htd-order.js
...
To reflect the name of the order type correctly.
Signed-off-by: Herman van Hazendonk <github.com@herrie.org >
2019-11-25 16:20:59 +01:00
Herrie
d2473bb81d
Add DKI order type
...
To download Exchange rate files and fix syntax error.
Signed-off-by: Herman van Hazendonk <github.com@herrie.org >
2019-11-25 16:20:59 +01:00
Herrie
95403cbe6f
Bank Letter: Add English template & flexible generation
...
Allow for both German (de) and English (en) initialization letters.
Signed-off-by: Herman van Hazendonk <github.com@herrie.org >
2019-11-19 16:57:13 +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