diff --git a/combo/apps/lingo/views.py b/combo/apps/lingo/views.py index 124edfc1..dde06906 100644 --- a/combo/apps/lingo/views.py +++ b/combo/apps/lingo/views.py @@ -517,7 +517,7 @@ class PaymentView(View): except: # ignore errors, it will be retried later on if it fails logger.exception('error in sync notification for basket item %s', item.id) - regie.compute_extra_fees(user=transaction.user) + if transaction.remote_items: transaction.first_notify_remote_items_of_payments()