File diff d360e880d993 → a162559a05f5
registripe/views.py
Show inline comments
...
 
@@ -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