From fe2a07bf5f0154f8f00152498507aa7bb56e9e0a Mon Sep 17 00:00:00 2001 From: Moe Su Date: Sun, 11 Jun 2017 16:17:50 +0630 Subject: [PATCH] Redeem process --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 26c00d10..b035399b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -87,7 +87,7 @@ Rails.application.routes.draw do get 'sale/:sale_id/payment/others_payment' => "others_payments#index" # get 'sale/:sale_id/payment/others_payment/:payment_method' => "redeem_payments#index" get 'sale/:sale_id/payment/others_payment/MPU' => "mpu#index" - get 'sale/:sale_id/payment/others_payment/REDIMREBATE' => "redeem_payments#index" + get 'sale/:sale_id/payment/others_payment/REDEEMREBATE' => "redeem_payments#index" end #--------- Waiter/Ordering Station ------------#