Browse Source

refactor: Clean up whitespace & add CI check

pull/2/head
ChillarAnand 3 years ago
parent
commit
5926b36855
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.js
  2. +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") }}


Loading…
Cancel
Save