smartkiosk-client 0.1.10 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,8 +11,8 @@ module Payments
11
11
  response = RestClient.post "#{Terminal.config.host}/payments/#{payment.foreign_id}/pay",
12
12
  :provider => payment.provider.keyword,
13
13
  :terminal => Terminal.config.keyword,
14
- :meta => payment.meta,
15
14
  :payment => {
15
+ :meta => payment.meta,
16
16
  :paid_amount => payment.paid_amount,
17
17
  :card_track1 => payment.card_track1,
18
18
  :card_track2 => payment.card_track2
@@ -2,6 +2,6 @@ require 'sinatra/base'
2
2
 
3
3
  module Smartkiosk
4
4
  class Client < Sinatra::Base
5
- VERSION = '0.1.10'
5
+ VERSION = '0.1.11'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartkiosk-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -626,7 +626,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
626
626
  version: '0'
627
627
  segments:
628
628
  - 0
629
- hash: -1955689674729030001
629
+ hash: 1279220790117038722
630
630
  required_rubygems_version: !ruby/object:Gem::Requirement
631
631
  none: false
632
632
  requirements:
@@ -635,7 +635,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
635
635
  version: '0'
636
636
  segments:
637
637
  - 0
638
- hash: -1955689674729030001
638
+ hash: 1279220790117038722
639
639
  requirements: []
640
640
  rubyforge_project:
641
641
  rubygems_version: 1.8.23