brightpearl_api 1.1.3 → 1.1.4
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/brightpearl_api/services/warehouse.rb +1 -1
- data/lib/brightpearl_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed95173e62da15f4a19a44a5841b3edef413ac3e
|
|
4
|
+
data.tar.gz: e7ae40cb8419244f0be5192a277c90490e241f57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8825f8fc56f56cf1a6a249f66098a8aa5f6ad7e4a49bc1f78560d0e9d1e4f0554a1177ff5f78ac8f20c8c55e5af0184416f900549d5d9a69ab6d5250e471bbbe
|
|
7
|
+
data.tar.gz: f5aa5f9a3f7d49f8cf13c7e8b72597d80fb419326e7ee9e624c3b95d7bbb2d2ea3dffa8852718e703c8aaced463aefa96008cb27f846ddcfff36eea33dfc1c27
|
|
@@ -72,7 +72,7 @@ module BrightpearlApi
|
|
|
72
72
|
|
|
73
73
|
def get_goods_out_note(order_id_set, goods_out_note_id_set = nil)
|
|
74
74
|
oid = parse_idset(order_id_set)
|
|
75
|
-
gid =
|
|
75
|
+
gid = goods_out_note_id_set.nil? ? "" : parse_idset(goods_out_note_id_set)
|
|
76
76
|
call(:get, "/warehouse-service/order/#{oid}/goods-note/goods-out/#{gid}")
|
|
77
77
|
end
|
|
78
78
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brightpearl_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kunwar Aditya Raghuwanshi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-06-
|
|
11
|
+
date: 2014-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|