gotransverse-tract-api 0.7.1 → 0.7.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cef07b156224ed0d85c0b1bbdbe73bdf385b64c3
|
4
|
+
data.tar.gz: 5d01d42c56c86f27dab0ba5d2db3339e785d5365
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 717d72bff927582220a90f9fd98c64b66435e85a070ddbe4b82c820e11b65ab3a5881dbb25f4c2497aab0507a07e05cd0b1122c47e7fe2576d5dfef339085568
|
7
|
+
data.tar.gz: 5f9c2d3fa8eafe8f197cba41b4d0f57f4edaa63066e95125c9bf0b8190e0aaa4901709a2ed8e95d5dea8e9d33b85add6d1c652681ede6257e19009d4b75f1dd3
|
@@ -387,7 +387,7 @@ module GoTransverseTractApi
|
|
387
387
|
billType: billing_account[:bill_type],
|
388
388
|
automaticRecurringPayment: billing_account[:automatic_recurring_payment]
|
389
389
|
},
|
390
|
-
addresses: GoTransverseTractApi::ApiData.new.get_addresses(billing_account)
|
390
|
+
addresses: GoTransverseTractApi::ApiData.new.get_addresses(billing_account[:organization])
|
391
391
|
}
|
392
392
|
|
393
393
|
xml_data = GoTransverseTractApi.generateXML(data, 'billingAccount')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gotransverse-tract-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julien DeFrance
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-02-
|
12
|
+
date: 2016-02-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|