Redeem process

This commit is contained in:
Moe Su
2017-06-11 16:17:50 +06:30
parent ee197dba05
commit fe2a07bf5f

View File

@@ -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' => "others_payments#index"
# get 'sale/:sale_id/payment/others_payment/:payment_method' => "redeem_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/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 end
#--------- Waiter/Ordering Station ------------# #--------- Waiter/Ordering Station ------------#