sports_south 0.13.2 → 0.14.0

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: 666b2be3477d7ce198fc874ece1f4d4ff105b603
4
- data.tar.gz: c3a2040f6cbdb13560b090e82cf921284e55d09b
3
+ metadata.gz: cf6fe85d8e47b378eabe9f0c7bbfae308a49d432
4
+ data.tar.gz: 9536d10085da80c451b868e131eb07e8dcb78319
5
5
  SHA512:
6
- metadata.gz: 5ca7c87f163ec2a1eec5ee0fecfdab843e96fee08cf14b4300d01b02f45c8b18dbc62564a00d907739b9ea1a2a67baee3314de61c088f7b5f9a8696d522c5988
7
- data.tar.gz: e0fc15249cd13966952f0c968f2efe9ef2eec9a48da758feb25a69f2b9ed1492ad80ba4392bade1646694d45d761f766348bce2c6decc7e0f20a47330dbb969c
6
+ metadata.gz: 1376f6a96539d6a5cd578912c1eb06f960031c60614030c60a332ff0fa76bf1dbd08636e98525781d56c6e82265704d3cd9d483bc55200e7acd4779b922ec9b6
7
+ data.tar.gz: a96a2e07263fc73782cacbeae54f30706454f879a1d61de3a44828402359ba94e75c1de0bae109c5bd241c39f6c321d356dd533286744c722b96b3df699640e1
@@ -77,11 +77,12 @@ module SportsSouth
77
77
  end
78
78
 
79
79
  def add_ship_instructions(ship_instructions = {})
80
- requires!(ship_instructions, :ship_inst_1, :ship_inst_2)
80
+ requires!(ship_instructions, :order_number, :ship_inst_1, :ship_inst_2)
81
81
 
82
82
  http, request = get_http_and_request(API_URL, '/AddShipInstructions')
83
83
 
84
84
  request.set_form_data(form_params(@options).merge({
85
+ SystemOrderNumber: ship_instructions[:order_number],
85
86
  ShipInst1: ship_instructions[:ship_inst_1],
86
87
  ShipInst2: ship_instructions[:ship_inst_2],
87
88
  }))
@@ -1,3 +1,3 @@
1
1
  module SportsSouth
2
- VERSION = "0.13.2"
2
+ VERSION = "0.14.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sports_south
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.2
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Campbell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-23 00:00:00.000000000 Z
11
+ date: 2016-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri