This commit is contained in:
Nweni
2017-06-11 16:57:31 +06:30
parent a809818324
commit 05286ce7a6
8 changed files with 54 additions and 8 deletions

View File

@@ -87,6 +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"
post 'create_mpu_payment' => "mpu#create"
get 'sale/:sale_id/payment/others_payment/REDIMREBATE' => "redeem_payments#index"
end