Commit c2999af8 by Clinton Blackburn

Merge pull request #8353 from edx/clintonb/disable-csrf-checkout-cancel

Disabled CSRF Validation for checkout cancel page
parents d47fe791 dbfd77e6
......@@ -136,6 +136,7 @@ class BasketsView(APIView):
return InternalRequestErrorResponse(ex.message)
@csrf_exempt
@cache_page(1800)
def checkout_cancel(_request):
""" Checkout/payment cancellation view. """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment