[14.0]add support for request type camt.xxx.cfonb120.stm.rfi

This commit is contained in:
Luc De Meyer
2024-01-26 19:06:14 +01:00
parent ed333e1858
commit 54cc962e6f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -411,6 +411,7 @@ class EbicsXfer(models.TransientModel):
"""
res = {
'camt.xxx.cfonb120.stm': self._handle_cfonb120,
'camt.xxx.cfonb120.stm.rfi': self._handle_cfonb120,
'camt.052.001.02.stm': self._handle_camt052,
'camt.053.001.02.stm': self._handle_camt053,
}