lib/atol/request/post_document/sell/body.rb in atol-0.1 vs lib/atol/request/post_document/sell/body.rb in atol-0.1.1

- old
+ new

@@ -49,17 +49,16 @@ type: config.default_payment_type } ] }, service: { - inn: config.inn, + inn: config.inn.to_s, payment_address: config.payment_address }, - timestamp: Time.now.strftime(Atol::TIMESTAMP_FORMAT), - total: 0 + timestamp: Time.now.strftime(Atol::TIMESTAMP_FORMAT) ] end end end end end -end \ No newline at end of file +end