ebics 3.0 support

This commit is contained in:
Luc De Meyer 2022-11-25 19:16:38 +01:00
parent 8191bb2f92
commit b80f05c325

View File

@ -352,7 +352,7 @@ class EbicsXfer(models.TransientModel):
kwargs = {}
if self.test_mode:
kwargs["TEST"] = "TRUE"
client.BTU(btf, upload_data, **kwargs)
OrderID = client.BTU(btf, upload_data, **kwargs)
elif order_type == "FUL":
kwargs = {}
bank = self.ebics_config_id.journal_ids[0].bank_id