Skip to content

Commit

Permalink
chore: ignore undue lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Oct 2, 2024
1 parent 363f73d commit d2d7278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions payments/public/js/razorpay.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ frappe.require("https://checkout.razorpay.com/v1/checkout.js").then(() => {
}

show() {
// eslint-disable-next-line no-undef
this.razorpay = new Razorpay(this.options);
this.razorpay.once("ready", (response) => {
this.on_open && this.on_open(response);
Expand Down

0 comments on commit d2d7278

Please sign in to comment.