This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
payments
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
refactor: Clean up whitespace & add CI check
pull/2/head
ChillarAnand
3 years ago
parent
2101a4e98d
commit
5926b36855
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -3,6 +3,6 @@
frappe.ui.form.on('Razorpay Settings', {
refresh: function(frm) {
}
});
+ 1
- 1
payments/templates/pages/payment-success.html
View 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") }}
Write
Preview
Loading…
Cancel
Save