Skip to content
Snippets Groups Projects
Unverified Commit c02283b4 authored by Ahsan Ul Haq's avatar Ahsan Ul Haq Committed by GitHub
Browse files

Merge pull request #18281 from edx/ahsan/LEARNER-5326-csrf-exempt-on-donations

Exempt csrf on donate
parents 59982149 e5f0a02d
No related merge requests found
......@@ -530,6 +530,7 @@ def use_coupon_code(coupons, user):
@require_config(DonationConfiguration)
@csrf_exempt
@require_POST
@login_required
def donate(request):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment