From 8e152641139a5c974b48bb9b6afa3401a67366b4 Mon Sep 17 00:00:00 2001 From: phyusin Date: Wed, 26 Sep 2018 10:47:47 +0630 Subject: [PATCH] flag 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,