From 14384745ad2f9ad141299012cebd8649f9a3ce64 Mon Sep 17 00:00:00 2001 From: Phyo Date: Wed, 9 Aug 2017 15:37:28 +0630 Subject: [PATCH] Payment Methods - Isactive verification --- app/views/origami/others_payments/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/origami/others_payments/index.html.erb b/app/views/origami/others_payments/index.html.erb index 9ca152ac..b547fcda 100644 --- a/app/views/origami/others_payments/index.html.erb +++ b/app/views/origami/others_payments/index.html.erb @@ -2,7 +2,7 @@
- <% @payment_method_setting.each do |payment_method|%> + <% @payment_method_setting.where("is_active = true").each do |payment_method|%>
<%= payment_method.payment_method %>
<% end %>