Odoo 18.0 compatibility.

This commit is contained in:
ndeet
2025-01-27 14:50:53 +01:00
parent dec467e55b
commit b935000fda
4 changed files with 13 additions and 13 deletions
@@ -89,7 +89,6 @@ class PaymentTransaction(models.Model):
"""
tx = self._get_tx_from_notification_data(provider_code, notification_data)
tx._process_notification_data(notification_data)
tx._execute_callback()
return tx
def _process_notification_data(self, notification_data):