pay par payment

This commit is contained in:
Moe Su
2017-06-11 13:01:03 +06:30
parent 5f5e6470c7
commit 9f9c83ab7f
5 changed files with 7 additions and 6 deletions

View File

@@ -8,7 +8,6 @@ class Origami::PayparPaymentsController < BaseOrigamiController
saleObj = Sale.find(sale_id)
sale_payment = SalePayment.new
status,msg =sale_payment.process_payment(saleObj, @user, redeem_amount,payment_method)
if status == true
@out = true, "Success!"
else