From 6848842e857bfd929196024c9036e35f65eec180 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Fri, 24 Jan 2020 14:53:07 +0100 Subject: [PATCH] fixup! fixup! [REF] rename field --- pos_payment_terminal/tests/test_transactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pos_payment_terminal/tests/test_transactions.py b/pos_payment_terminal/tests/test_transactions.py index aedb3c36..1b34e20c 100644 --- a/pos_payment_terminal/tests/test_transactions.py +++ b/pos_payment_terminal/tests/test_transactions.py @@ -11,7 +11,7 @@ class TestTransactions(TestPointOfSaleCommon): 'name': 'Card Journal', 'code': 'CARD', 'type': 'bank', - 'payment_mode': 'card', + 'pos_terminal_payment_mode': 'card', }).id cash_journal_id = 0 pos_order = {