From 5926b368556c43913fc8949c84a81662729855ff Mon Sep 17 00:00:00 2001 From: ChillarAnand Date: Fri, 25 Feb 2022 19:48:13 +0530 Subject: [PATCH] refactor: Clean up whitespace & add CI check --- .../doctype/razorpay_settings/razorpay_settings.js | 2 +- payments/templates/pages/payment-success.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.js b/payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.js index 1343fae..6915c5c 100644 --- a/payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.js +++ b/payments/payment_gateways/doctype/razorpay_settings/razorpay_settings.js @@ -3,6 +3,6 @@ frappe.ui.form.on('Razorpay Settings', { refresh: function(frm) { - + } }); \ No newline at end of file diff --git a/payments/templates/pages/payment-success.html b/payments/templates/pages/payment-success.html index 45bc303..76c5db9 100644 --- a/payments/templates/pages/payment-success.html +++ b/payments/templates/pages/payment-success.html @@ -11,7 +11,7 @@

{{ payment_message or _("Your payment was successfully accepted") }}

{% if not payment_message %}
- {{ _("Continue") }}