booker_api 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9155530a75f49b6159181fe9a62edb0e8b874142
4
- data.tar.gz: 6c46ef4570032a1c5f9a5cf6387c0808ad117305
3
+ metadata.gz: 79c60e011272d8a41a294315cf3129d2f53abb2e
4
+ data.tar.gz: e55658eb80d3ba58eb204c5cccef480216f1730c
5
5
  SHA512:
6
- metadata.gz: 2ca40d624b0f479784558c43c86fa45bbc0bbef46a9ae8e77e30d522b9fe858490481c3ee00c8ffa88c3fdb1fa3b88b35d92193c99e9909eab84354b1c521f8a
7
- data.tar.gz: 291110a8b27c3087e46efc81ba7e3f05cbd0f7076214325cf8630c8d151c469a2b02a12085884a73b2d2a73170e007cba774e69d60c0103ac250d1085fe9523c
6
+ metadata.gz: ffadfe1db20cf1ebb84fa40737357ff51638f20203d9f56a80193aab8f2e2c8421118887f00fccf0cb75d3e3bafd6ac0d156460e79b42e26067e41a5aa996a4c
7
+ data.tar.gz: 6c2091ae0f99f4f4fafe987a3834ac8b5715904ee534a97402261e0113b0a81cb15a26fd64011dc6dfda4a9f777d01140b653e56335245a22e4e4359676e0498
@@ -55,9 +55,7 @@ module Booker
55
55
  post '/appointment/prebooking/totalcost', build_params({
56
56
  'LocationID' => booker_location_id,
57
57
  'AppointmentID' => appointment_id,
58
- 'CouponCode' => coupon_code,
59
- 'AppointmentDate' => DateTime.now,
60
- 'AppointmentTreatmentDTOs' => []
58
+ 'CouponCode' => coupon_code
61
59
  }, options)
62
60
  end
63
61
 
@@ -1,3 +1,3 @@
1
1
  module Booker
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: booker_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - AbeCole
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-21 00:00:00.000000000 Z
11
+ date: 2016-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty