active_fulfillment 2.1.0 → 2.1.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0563ad797820f2ba1d68af1225b1c082dc61f711
|
4
|
+
data.tar.gz: 63d1dbca24a4e63e1b6846a6a4126ffb1edd094c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c8b46503c65b32f078264a26143995007d11c2c2fcdc11b6235cec69f7fa85081a33367e16ef7abb92ed24f98a39f444f18b358e8a68e8bd1e0888b054da1b6
|
7
|
+
data.tar.gz: 88f5644237742272a5d843b938bb46324c47376fcf21bd8e12a74b57a20fd1ad8306c88e7ef45dfdb30db300564fa40d0acb39e57e80d16fa516f29260263616
|
data/test/remote/amazon_test.rb
CHANGED
@@ -76,8 +76,8 @@ class RemoteAmazonTest < Test::Unit::TestCase
|
|
76
76
|
assert_equal 0, response.stock_levels['SETTLERS']
|
77
77
|
end
|
78
78
|
|
79
|
-
def
|
80
|
-
response = @service.fetch_tracking_data['123456']) # an actual order
|
79
|
+
def test_fetch_tracking_data
|
80
|
+
response = @service.fetch_tracking_data(['123456']) # an actual order
|
81
81
|
assert response.success?
|
82
82
|
assert_equal Hash.new, response.tracking_numbers # no tracking numbers in testing
|
83
83
|
assert_equal Hash.new, response.tracking_companies
|
@@ -75,7 +75,7 @@ class RemoteWebgistixTest < Test::Unit::TestCase
|
|
75
75
|
end
|
76
76
|
|
77
77
|
def test_fetch_tracking_data
|
78
|
-
response = @service.
|
78
|
+
response = @service.fetch_tracking_data([
|
79
79
|
'1254658', 'FAItest123', 'Flat Rate Test Order 4'
|
80
80
|
])
|
81
81
|
assert response.success?
|