forked from janunger/aqbanking-php
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Transaction <> Account #29
Comments
I am wondering if we should support |
No idea. :-) I'am not a banking/HBCI pro and do not know all the specs. |
Need time to try my own implementation in real life before doing anything here. |
Related to #22 The current state of inconsistency is proven by two failing tests.
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Transaction should not convert
local*
andremote*
values into an Account entity.bankCode
, which is needed for requests.Possible solution:
Transaction::fromXML('xml content')
Transaction::fromArray('array<key, value>')
new Transaction('array<key, value>')
__get('key of transaction data')
local*
andremote*
values to an (AqBanking) Account entity.local*
is provided by theaccountInfo
nodegetValue() => return Money …
The text was updated successfully, but these errors were encountered: