Payment Voucher UI fix

This commit is contained in:
Phyo
2017-08-14 13:41:18 +06:30
parent 5c2928166d
commit 25ab7c9701
3 changed files with 67 additions and 16 deletions

View File

@@ -137,6 +137,7 @@ Rails.application.routes.draw do
post 'payment/visa' => "visa#create"
post 'payment/paypar' => 'paypar_payments#create'
post 'payment/credit' => 'credit_payments#create'
post 'payment/voucher' => 'voucher_payments#create'
get 'sale/:sale_id/payment/credit_payment' => "credit_payments#index"
get 'sale/:sale_id/payment/others_payment' => "others_payments#index"