update sale audit

This commit is contained in:
Aung Myo
2018-07-12 13:55:27 +06:30
parent 7945da99ed
commit eef4af4cc6
4 changed files with 5 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ class Origami::AlipayController < BaseOrigamiController
# saleObj = Sale.find(sale_id)
sale_payment = SalePayment.new
@status, @sale = sale_payment.process_payment(saleObj, @user, cash, "alipay",ref_no)
@status, @sale = sale_payment.process_payment(saleObj, current_user.name, cash, "alipay",ref_no)
end
end