remove conflict data

This commit is contained in:
phyusin
2018-07-12 15:54:30 +06:30
20 changed files with 67 additions and 29 deletions

View File

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