From d18537b91109d9d11622b4afb8f17ddeb558a4bc Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Sat, 24 Sep 2016 14:55:35 +0530 Subject: [PATCH] [enhance] receive payments in web form and other fixes (#2097) --- payments/public/js/razorpay.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/payments/public/js/razorpay.js b/payments/public/js/razorpay.js index 1758ccb..0885826 100644 --- a/payments/public/js/razorpay.js +++ b/payments/public/js/razorpay.js @@ -6,7 +6,7 @@ frappe.integration_service.razorpay = { }, scheduler_job_helper: function(){ return { - "Execute on every few minits of interval": "Take backup of database and files to dropbox on daily basis" + "Every few minutes": "Check and capture new payments" } } } @@ -21,7 +21,6 @@ frappe.integration_service.Razorpay = Class.extend({ this.frm.add_custom_button(__("Show Log"), function(frm){ frappe.route_options = {"integration_request_service": "Razorpay"}; frappe.set_route("List", "Integration Request"); - }).addClass("btn-primary") + }); } }) - \ No newline at end of file