소스 검색

[fix] do not cache payment success page

pull/2/head
Saurabh 6 년 전
부모
커밋
dba5a1e540
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      payments/templates/pages/payment_success.py

+ 1
- 0
payments/templates/pages/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

불러오는 중...
취소
저장