blastramp 0.0.4 → 0.0.5

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.
data/README.md CHANGED
@@ -51,6 +51,7 @@ Usage example
51
51
 
52
52
  order_upload = Blastramp::OrderUpload.new(blastramp, order)
53
53
  order_upload.submit
54
+
54
55
 
55
56
  Credits
56
57
  -------
@@ -16,7 +16,7 @@ module Blastramp
16
16
 
17
17
  def find(sku)
18
18
  # Get a list of InventoryCounts from Blastramp
19
- endpoint = "http://www.ioperate.net/ws/order/orderws.asmx?wsdl"
19
+ endpoint = "http://www.ioperate.net/ws/inventory/inventoryws.asmx?wsdl"
20
20
  response = session.request endpoint, 'InventoryCountQuery' do
21
21
  http.headers["SOAPAction"] = "http://chrome52/webservices/InventoryCountQuery"
22
22
 
@@ -13,10 +13,6 @@ module Blastramp
13
13
  def client
14
14
  @client ||= Savon::Client.new do
15
15
  wsdl.document = self.endpoint
16
- # wsdl.document = "http://www.ioperate.net/ws/inventory/inventoryws.asmx?wsdl"
17
- #
18
- # wsdl.endpoint = "http://www.ioperate.net/ws/inventory/inventoryws.asmx"
19
- # wsdl.namespace = "http://chrome52/webservices"
20
16
  end
21
17
  end
22
18
 
@@ -1,4 +1,4 @@
1
1
  module Blastramp
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
4
4
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - cnantais