booker_api 0.0.27 → 0.0.28

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2951167eb0d71f31c1e0c7291ae9db83d45e27d7
4
- data.tar.gz: afa5227f8145f08f5b040d3ef0d72d5463684fad
3
+ metadata.gz: 82660c6f3cdb2c3671cf21bcf01172c5e2dc6a77
4
+ data.tar.gz: 1d1f023457c378e7601dc5813d51ed5dc3e1b9ff
5
5
  SHA512:
6
- metadata.gz: a1e8d30bcfa699c2a2f30eca155e1f66f1968fe0974e54e49e1ad168553575766177df6957856186625e27cbbf785a8fe8f0dd1045f0883d51224be50a398dad
7
- data.tar.gz: 3480c32ed71ee5e717fabb1393f55bbc1d36c7d535e689d41854d1bdca1cede395646c4202b9f508a47a5b725dbbd4503d6bf1f92fa9a51200edaa35f4dbecac
6
+ metadata.gz: f2f59a0625cd534ec479115623d9fb49f2a70b40c2ab27ace847fd7ef5338a56e9c69524922f533aa99b0b1361ac638cbf5b8a6ad94a0ceb33b0a208073ede3a
7
+ data.tar.gz: 27b251674346f3bdfc99b1e7c91db2ab39020363592e696b364cda5f72787043166345af11483c5645c2a1f4c5981593b879838e5af2079c0d3d739170b261f7
@@ -144,6 +144,8 @@ module Booker
144
144
  "Method" => {
145
145
  "ID" => 4
146
146
  },
147
+ "CustomPaymentMethodID" => 67922,
148
+ "CustomPaymentMethodIDSpecified" => true,
147
149
  "Amount" => amount
148
150
  }
149
151
  }, params)
@@ -1,3 +1,3 @@
1
1
  module Booker
2
- VERSION = '0.0.27'
2
+ VERSION = '0.0.28'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: booker_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.27
4
+ version: 0.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - AbeCole