add credit note payment process for online order

This commit is contained in:
phyusin
2018-09-17 11:15:34 +06:30
parent 07a6e45edc
commit 19fa2ecf54
12 changed files with 248 additions and 78 deletions

View File

@@ -497,6 +497,7 @@ en:
out_time: "Out Time"
transaction_fee: "Transaction Fee"
checked_by: "Checked By"
order_source: "Order Source"
code_txt: "code "
charge_txt: "charge"

View File

@@ -491,6 +491,7 @@ mm:
out_time: "Out Time"
transaction_fee: "Transaction Fee"
checked_by: "Checked By"
order_source: "Order Source"
code_txt: "ကုတ်ဒ် "
charge_txt: "ကောက်ခံသည်"

View File

@@ -202,6 +202,7 @@ scope "(:locale)", locale: /en|mm/ do
post 'payment/junctionpay' => 'junction_pay#create'
post 'payment/dinga' => 'dinga#create'
post 'payment/gift_voucher' => 'gift_voucher#create'
post 'payment/credit_payment' => 'credit_payments#create_credit_payment'
post 'payment/:type/change_tax' => 'payments#change_tax', :defaults => {:format => 'json'}