You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The xml tag for the RelatedAgents BIC is named in camt.053(.001.04) "BICFI".
I noticed, that camt.052 uses a "BIC" xml tag and is being tested with unit tests. For camt.053 an empty string is getting returned, as there is no "BIC" and no unit test. Is there a quick way to retrieve the BICFI for camt.053?
Thanks in advance for your response.
The text was updated successfully, but these errors were encountered:
I don't think there is any way to get BICFI with current code.
I would suggest you to submit a new PR that adds an abstract method \Genkgo\Camt\Decoder\EntryTransactionDetail::getBIC that is implemented as needed in each inheriting classes according to CAMT version. Or alternatively implement the most common version in the parent class and override only in the rare cases that differ.
And then of course use that new method in addRelatedAgents.
If you cover all of that with unit tests, I'll merge you PR (after reviews of course).
genkgo#150)
RelatedAgents' BIC is also available in CAMT 054
Because the RelatedAgents' BIC may be in BICFI instead of BIC node
Fixesgenkgo#83
---------
Co-authored-by: Thomas Lamy <thomas.lamy@iventuregroup.com>
Co-authored-by: Adrien Crivelli <adrien.crivelli@gmail.com>
The xml tag for the RelatedAgents BIC is named in camt.053(.001.04) "BICFI".
I noticed, that camt.052 uses a "BIC" xml tag and is being tested with unit tests. For camt.053 an empty string is getting returned, as there is no "BIC" and no unit test. Is there a quick way to retrieve the BICFI for camt.053?
Thanks in advance for your response.
The text was updated successfully, but these errors were encountered: