Revert "NotImplmented refund"

This reverts commit a162559a05.
This commit is contained in:
James Polley 2017-09-30 01:48:53 +10:00
parent e546b7d814
commit 19e4185cd9

View file

@ -170,7 +170,6 @@ def refund(request, credit_note_id):
def process_refund(cn, form):
raise NotImplementedError("Does not actually refund a user")
payment = form.cleaned_data["payment"]
charge = payment.charge