Ver código fonte

[fix] do not cache payment success page

pull/2/head
Saurabh 6 anos atrás
pai
commit
dba5a1e540
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      payments/templates/pages/payment_success.py

+ 1
- 0
payments/templates/pages/payment_success.py Ver arquivo

@@ -4,6 +4,7 @@
from __future__ import unicode_literals

import frappe
no_cache = True

def get_context(context):
token = frappe.local.form_dict.token

Carregando…
Cancelar
Salvar