[FIX] payment_adyen: stop logging stacktrace for invalid reference
as Adyen sends the same notification data for POS and online payments
that can not be distiguished, the webhook controller logs a stacktrace
for every POS payment. If the payment_adyen is installed it generates
noise in logs as the POS transaction can not be found in online
payments. To clear the log we make missing transaction as warning to
not log the stacktrace.
task-2960381
closes odoo/odoo#120625
Signed-off-by:
Antoine Vandevenne (anv) <anv@odoo.com>
Please register or sign in to comment