app/models/extface/driver/base/fiscal.rb in extface-0.4.1a vs app/models/extface/driver/base/fiscal.rb in extface-0.4.1b

- old
+ new

@@ -50,9 +50,12 @@ def cancel_doc_session() raise_not_implemented end #repair from broken doc session #fiscal basket session of Extface::Driver::Base::Fiscal::SaleItem instances def sale_and_pay_items_session(sale_items = [], operator = '', password = '') raise_not_implemented end + + #other + def payed_recv_account(value = 0.00, payment_type_num = 0) raise_not_implemented end class SaleItem include ActiveModel::Validations attr_reader :price, # Float :text1, :text2, # String \ No newline at end of file