From 1653df96dbb33d484428fc19a1c333b44f5da59b Mon Sep 17 00:00:00 2001 From: Thein Lin Kyaw Date: Thu, 13 Aug 2020 14:35:51 +0630 Subject: [PATCH] update rake task shop create --- lib/tasks/shop_create.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/shop_create.rake b/lib/tasks/shop_create.rake index e851ec55..a961eeeb 100644 --- a/lib/tasks/shop_create.rake +++ b/lib/tasks/shop_create.rake @@ -23,7 +23,7 @@ namespace :shop do Rails.logger.info " Finished payment_methods Set Up Data" payment_status = Lookup.create([{lookup_type:'payment_status',name: 'New',value: 'new',shop_code: args.shop_code}, - {lookup_type:'payment_status',name: 'paid',value: 'paid',shop_code: args.shop_code}, + {lookup_type:'payment_status',name: 'Paid',value: 'paid',shop_code: args.shop_code}, {lookup_type:'payment_status',name: 'Fail',value: 'fail',shop_code: args.shop_code}, {lookup_type:'payment_status',name: 'Outstanding',value: 'outstanding',shop_code: args.shop_code}]) Rails.logger.info " Finished payment_status Set Up Data"