Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
anoopmb
/
payments
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
refactor: Clean up whitespace & add CI check
pull/2/head
ChillarAnand
3 anni fa
parent
2101a4e98d
commit
5926b36855
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.js
+1
-1
payments/templates/pages/payment-success.html
+ 1
- 1
payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.js
Vedi File
@@ -3,6 +3,6 @@
frappe.ui.form.on('Razorpay Settings', {
refresh: function(frm) {
}
});
+ 1
- 1
payments/templates/pages/payment-success.html
Vedi File
@@ -11,7 +11,7 @@
<p>{{ payment_message or _("Your payment was successfully accepted") }}</p>
{% if not payment_message %}
<div>
<a
<a
href='{{ frappe.form_dict.redirect_to or "/" }}'
class='btn btn-primary btn-sm'>
{{ _("Continue") }}
Scrivi
Anteprima
Caricamento…
Annulla
Salva