Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
anoopmb
/
payments
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
Merge pull request
#6250
from saurabh6790/get_reset_password_url
[fix] if redirect uri exists then automatically redirect the user
pull/2/head
Saurabh
6 vuotta sitten
committed by
GitHub
vanhempi
547863149c
969303dc92
commit
0b0aa79a47
1 muutettua tiedostoa
jossa
9 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
payments/templates/pages/payment-success.html
+ 9
- 0
payments/templates/pages/payment-success.html
Näytä tiedosto
@@ -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 %}
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna