Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant into adminbsb_ui_changes

This commit is contained in:
phyusin
2017-12-07 15:29:34 +06:30
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