Skip to content

Commit

Permalink
[FIX] shopinvader_invoice: Adapt code to 12.0 after forward port of s…
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Oct 31, 2019
1 parent 1d51e7f commit 2d7ae2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shopinvader_invoice/tests/test_invoice_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def _make_payment(self, invoice, journal=False, amount=False):
values.update({"amount": amount})
if values:
register_payments.write(values)
register_payments.create_payment()
register_payments.create_payments()

def test_get_invoice_logged(self):
"""
Expand Down

0 comments on commit 2d7ae2e

Please sign in to comment.