booker_api 0.0.22 → 0.0.23
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 +4 -4
- data/lib/booker/business_rest.rb +1 -1
- data/lib/booker/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c341d3234aab39378a22701d700e4d719ef02449
|
4
|
+
data.tar.gz: ed9122dcc473f69e31693634c0ad8e9c2e3da11a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbec02b52717ef5968495259643e1ae08a2f700fb2ec53af8ee42d927ade5355509ddf31fc9c691dc317cb8f14b380face4e9e7bcec079cf0435e3973c90edec
|
7
|
+
data.tar.gz: 944b3d845273ae4df6c00b50d0e388a5dfcc697183a5a5ded1ab176b36e8019619065d971481d5c6e7dc45b75790bf7f983c2557e6375f9e9bb2708363376812
|
data/lib/booker/business_rest.rb
CHANGED
@@ -109,7 +109,7 @@ module Booker
|
|
109
109
|
Booker::Models::FeatureSettings.from_hash response['FeatureSettings']
|
110
110
|
end
|
111
111
|
|
112
|
-
def get_location_payment_settings(booker_location_id
|
112
|
+
def get_location_payment_settings(booker_location_id)
|
113
113
|
get "/location/#{booker_location_id}/payment_settings", build_params
|
114
114
|
end
|
115
115
|
|
data/lib/booker/version.rb
CHANGED