Bank transfer: Allow to manually accept payments of all amounts

This commit is contained in:
Raphael Michel
2019-01-28 08:49:19 +01:00
parent c3da6731a1
commit 604c31c6e2

View File

@@ -41,11 +41,6 @@ class ActionView(View):
})
def _retry(self, trans):
if trans.amount != trans.order.total:
return JsonResponse({
'status': 'error',
'message': _('The transaction amount is incorrect.')
})
return self._accept_ignore_amount(trans)
def _accept_ignore_amount(self, trans):