forked from sttts/aqbanking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
58 lines (39 loc) · 927 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Mid-term
========
- types/*.xml: convert to typemaker2
- remove job for EU transfers (no longer needed
Long-term
=========
- very much simplify API (just jobs, accounts and probably bank info)
- probably remove country info stuff
- remove data storage stuff (APPS should store their info themselves)
- remove message engine stuff, use gparser instead
Old
===
- loganalyzer: read messages from FASTBUFFER instead from IO
CAVEATS:
- you need to call AB_Job_CheckAvailability() after creating a job
- generic settings
- bank code
- bank name
- hbci version
- bank url
- flags:
- userId == customerId
- settings in DDV mode:
- flags:
- bankDoesntSign
- bankUsesSignSeq
- settings in RDH mode
- rdh version
- keysize
- flags:
- bankDoesntSign
- bankUsesSignSeq
- settings in pin/tan mode
- http version
- flags
- forceSslv3
- noBase64
- omitSmsAccount
Test