From 4f4706ae12ae32cfcbbbb03eb6a007c77609a248 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Wed, 10 Oct 2018 17:28:19 +0530 Subject: [PATCH] [fix] do not cache payment success page --- frappe/templates/pages/integrations/payment_success.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/templates/pages/integrations/payment_success.py b/frappe/templates/pages/integrations/payment_success.py index 655767e896..4ece359936 100644 --- a/frappe/templates/pages/integrations/payment_success.py +++ b/frappe/templates/pages/integrations/payment_success.py @@ -4,6 +4,7 @@ from __future__ import unicode_literals import frappe +no_cache = True def get_context(context): token = frappe.local.form_dict.token