rounding adj fix

This commit is contained in:
Yan
2017-12-07 15:06:38 +06:30
parent a7b2107624
commit cb0559a1ab
7 changed files with 49 additions and 29 deletions

View File

@@ -211,7 +211,7 @@ class SalePayment < ApplicationRecord
return payment_status
end
def external_terminal_card_payment(method)
def external_terminal_card_payment(method)
payment_status = false
self.payment_method = method
self.payment_amount = self.received_amount