gun_accessory_supply 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.
- checksums.yaml +4 -4
- data/lib/gun_accessory_supply/order.rb +2 -2
- data/lib/gun_accessory_supply/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: adf4003e7ce333052c677e91eb6e09a72c38e158b9331d684b08aaffd3d9a867
|
|
4
|
+
data.tar.gz: d1108146ba8e8a17e9a1afa4d9e6620f5bab0703b285e415d122a5cbff8eb060
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab3795c87f78a0fdda4e9bde251e140078043b8bd49fb93eec5c3943a18524085baaa190b3dbdd63c65a28a05edeed7958f056e6bca3141f17e711a8da235f4d
|
|
7
|
+
data.tar.gz: 5ae910db9102ee76f8fec9978c8107e148a8a4e29d7367d67364bcf5def128a6372487ce7271bf8e1f68fa8110f9237062d0be0078cf22832b50428054c56959
|
|
@@ -96,7 +96,7 @@ module GunAccessorySupply
|
|
|
96
96
|
xml.OrderRequest do
|
|
97
97
|
xml.OrderRequestHeader(orderDate: Time.now, type: 'new') do
|
|
98
98
|
xml.ShipTo do
|
|
99
|
-
xml.Address do
|
|
99
|
+
xml.Address(addressID: @ship_to_id) do
|
|
100
100
|
xml.Name @recipient[:dealer_name]
|
|
101
101
|
xml.Email @recipient[:shipping][:email]
|
|
102
102
|
xml.PostalAddress do
|
|
@@ -110,7 +110,7 @@ module GunAccessorySupply
|
|
|
110
110
|
end
|
|
111
111
|
end
|
|
112
112
|
xml.BillTo do
|
|
113
|
-
xml.Address
|
|
113
|
+
xml.Address do
|
|
114
114
|
xml.Name @recipient[:dealer_name]
|
|
115
115
|
xml.Email @recipient[:shipping][:email]
|
|
116
116
|
xml.PostalAddress do
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gun_accessory_supply
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tony Beninate
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-08-
|
|
11
|
+
date: 2022-08-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|