NotImplmented refund
We don't actually do it. Ban it for now.
This commit is contained in:
parent
d360e880d9
commit
a162559a05
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ def refund(request, credit_note_id):
|
||||||
|
|
||||||
|
|
||||||
def process_refund(cn, form):
|
def process_refund(cn, form):
|
||||||
|
raise NotImplementedError("Does not actually refund a user")
|
||||||
payment = form.cleaned_data["payment"]
|
payment = form.cleaned_data["payment"]
|
||||||
charge = payment.charge
|
charge = payment.charge
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue