Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
anoopmb
/
payments
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
[fix] if redirect uri exists then automatically redirect the user
pull/2/head
Saurabh
6 yıl önce
ebeveyn
547863149c
işleme
969303dc92
1 değiştirilmiş dosya
ile
9 ekleme
ve
0 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+9
-0
payments/templates/pages/payment-success.html
+ 9
- 0
payments/templates/pages/payment-success.html
Dosyayı Görüntüle
@@ -15,4 +15,13 @@
<style>
{% include "templates/styles/card_style.css" %}
</style>
<script>
frappe.ready(function() {
if('{{ frappe.form_dict.redirect_to or "" }}'){
setTimeout(function(){
window.location.href = '{{ frappe.form_dict.redirect_to }}';
}, 6000);
}
})
</script>
{% endblock %}
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet