mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Bank transfer: Allow to manually accept payments of all amounts
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user