Add prompt to set game to Abandoned upon refund
This commit is contained in:
@@ -88,6 +88,11 @@ urlpatterns = [
|
||||
purchase.list_purchases,
|
||||
name="list_purchases",
|
||||
),
|
||||
path(
|
||||
"purchase/<int:purchase_id>/refund/confirm",
|
||||
purchase.refund_purchase_confirmation,
|
||||
name="refund_purchase_confirmation",
|
||||
),
|
||||
path(
|
||||
"purchase/<int:purchase_id>/refund",
|
||||
purchase.refund_purchase,
|
||||
|
||||
Reference in New Issue
Block a user