edit membership setting , otherpayment page

This commit is contained in:
Moe Su
2017-06-11 15:48:53 +06:30
parent 1d24099abc
commit 33cc576f1e
15 changed files with 248 additions and 215 deletions

View File

@@ -85,6 +85,7 @@ 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"
end