gotransverse-tract-api 0.11.1 → 0.11.2
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: ed16b84ad2eba1e7a94113fa6439c5001ccec245
|
|
4
|
+
data.tar.gz: 90d7edfdec370d5288d91e593552ea3e75354980
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a9ca377cbb348cc9ec25252a860c0ee35d6aa0af4019b5fcafd48201dd84056e17cf41992f4f73620c0c9ff2110aef8678da6ba88396107c139cf0f5164bbac
|
|
7
|
+
data.tar.gz: 97b6caf59053e2ee4b62dfcb9133ac71c9b9b1c917833dbb913f4d9f0758a57b910db9bb4d6831c08b5aae6b113056758450c96ae0c0fd5fe65c8ef5f869c276
|
|
@@ -387,8 +387,7 @@ module GoTransverseTractApi
|
|
|
387
387
|
def create_billing_account billing_account
|
|
388
388
|
data = {
|
|
389
389
|
billingAccount: {
|
|
390
|
-
billType: billing_account[:bill_type]
|
|
391
|
-
startDate: billing_account[:start_date]
|
|
390
|
+
billType: billing_account[:bill_type]
|
|
392
391
|
},
|
|
393
392
|
dailyBillCycle: {
|
|
394
393
|
eid: billing_account[:daily_bill_cycle][:eid]
|
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.11.
|
|
4
|
+
version: 0.11.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-04-
|
|
12
|
+
date: 2016-04-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|