Skip to content

Commit

Permalink
Disables backdrop click
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilmathur committed May 2, 2015
1 parent 0de5d2a commit 456d993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gateways/razorpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function razorpaySubmit(){
var rzp1 = new Razorpay(razorpay_options);
rzp1.open();
razorpay_open = true;
rzp1.modal.options.backdropClose = false;
}
</script>";
Expand Down

0 comments on commit 456d993

Please sign in to comment.