From 75118f598287c528eb9136785e790d1a67a39ff6 Mon Sep 17 00:00:00 2001 From: phyusin Date: Wed, 26 Sep 2018 11:23:32 +0630 Subject: [PATCH] check sale_id --- app/views/origami/payments/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/origami/payments/show.html.erb b/app/views/origami/payments/show.html.erb index 8f3190f2..91515771 100755 --- a/app/views/origami/payments/show.html.erb +++ b/app/views/origami/payments/show.html.erb @@ -1176,7 +1176,7 @@ var trans_flag = <%= @trans_flag %>; $('#pay').text("Pay"); var text = 'Thank You !'; } - + var sale_id = $('#sale_id').text(); swal({ title: "Payment Successful!", text: text,