NotImplmented refund

We don't actually do it.  Ban it for now.
This commit is contained in:
Sachi King 2017-04-22 19:06:47 +10:00
parent d360e880d9
commit a162559a05

View file

@ -170,6 +170,7 @@ 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