epics CDZ implementation: wrong order type action ?
rocksit opened this issue · 6 comments
Hello epics community,
I ask my self, if the impementation of ebics ordertype CDZ (cdz.rb) has undergone an error. Reading the ebics compendium, the order type should provide "Payment Status Report for Direct Debit". In my understanding this means an action type client "download" from ebics bank server.
But epics client.rb
def CDZ(document) upload(Epics::CDZ, document) end
implements an upload from client to bank. Is this correct ?
If so, could someone point out, why ?
regards,
Peter
Sorry @rocksit I am currently not using or working on epics and it has been a while. :( So I don't know.
But it would be great if you can share your findings for others (or if there is an error make a PR?)
Semantically download would make more sense similar to e.g. C53 or CRZ.
An example for an implementation of CRZ can be found in #100
Merged now - not sure when we can get a release done though
what is needed for the release? I can help with pinging people if needed.