Skip to content

Commit

Permalink
Fixing some razorpay create method call
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajkumar committed Jul 4, 2021
1 parent e390f50 commit a88c082
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spree/checkout/payment/_razorpay.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
});
$.ajax({
type: 'POST',
url: "/razorpay",
url: "/solidus_razorpay/razorpay",
data: { payment_method_id: "<%= payment_method.id %>", razorpay_payment_id: response.razorpay_payment_id },
dataType: 'html'
}).done(function(data){
Expand Down

0 comments on commit a88c082

Please sign in to comment.