other payment

This commit is contained in:
Nweni
2017-06-11 16:10:50 +06:30
parent 31cc75462b
commit a809818324
4 changed files with 21 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
require 'sidekiq/web'
Rails.application.routes.draw do
namespace :settings do
resources :membership_actions
end
@@ -85,8 +85,9 @@ Rails.application.routes.draw do
post 'paypar_payment_process' => 'paypar_payments#create'
get 'sale/:sale_id/payment/credit_payment' => "credit_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/REDIMREBATE' => "redeem_payments#index"
end
#--------- Waiter/Ordering Station ------------#