fixed conflict

This commit is contained in:
Nweni
2017-06-11 16:58:18 +06:30
5 changed files with 50 additions and 30 deletions

View File

@@ -88,7 +88,7 @@ Rails.application.routes.draw do
# get 'sale/:sale_id/payment/others_payment/:payment_method' => "redeem_payments#index"
get 'sale/:sale_id/payment/others_payment/MPU' => "mpu#index"
post 'create_mpu_payment' => "mpu#create"
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 ------------#