mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 20:52:04 +00:00
ebics 3.0 support
This commit is contained in:
parent
d1faef5c05
commit
0269a2e5cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user