Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
anoopmb
/
payments
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
refactor: Clean up whitespace & add CI check
pull/2/head
ChillarAnand
3 anos atrás
pai
2101a4e98d
commit
5926b36855
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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
Ver arquivo
@@ -3,6 +3,6 @@
frappe.ui.form.on('Razorpay Settings', {
refresh: function(frm) {
}
});
+ 1
- 1
payments/templates/pages/payment-success.html
Ver arquivo
@@ -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") }}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar