gotransverse-tract-api 0.18.3 → 0.19.0

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: 23fc4ada6cac4b31510afe9e0ee8195b90ec3eac
4
- data.tar.gz: 9507a9a978263211f851330954ffa59eb24f9ca6
3
+ metadata.gz: cb340086b76e3a46b1210ba15afcbc04f37366fb
4
+ data.tar.gz: 7d144d099a83a5f5ecb4a6e84b75fadc70487621
5
5
  SHA512:
6
- metadata.gz: 1e8cea4bd1ba33fbb666678c74bf1728f7268b978bd15a3d000506d4b0d88c3df62ca830c0ccf13e0bf1b56b96a620d5cbffd599a11aa9393f5a271fc272ea7a
7
- data.tar.gz: 35ca3ed6fcb9e0812c29ba2dd47375e836eb42645deb65a87fd03ff81b4fe9d1e865b364b6b426c5579b6a9e7cd7316d3ddebf5e5c3cc2d5ff461cf4e639b191
6
+ metadata.gz: 9aba09d713bb1c457e02a0432e1242de001bba3a0549a2b29b4343e706b50c2d322181b63ad082ce9c749a77c211e4381076eade4d5d9685084caa365cbb1e76
7
+ data.tar.gz: 0e17f0394f89b0089f5c2a022f2053127de5ccbfd953be0c8e1d2cb1af0bdefbcea74f481935faed6f89cc46161e58b6109240678ff7c40dc0476245247b3761
@@ -390,7 +390,8 @@ module GoTransverseTractApi
390
390
 
391
391
  bill_type = {
392
392
  billingAccount: {
393
- billType: billing_account[:bill_type]
393
+ billType: billing_account[:bill_type],
394
+ automaticRecurringPayment: billing_account[:automatic_recurring_payment]
394
395
  }
395
396
  }
396
397
 
@@ -1,6 +1,6 @@
1
1
  module GoTransverseTractApi
2
2
 
3
- VERSION = "0.18.3"
3
+ VERSION = "0.19.0"
4
4
  TARGET_API_VERSION = "1.29"
5
5
 
6
6
  end
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.18.3
4
+ version: 0.19.0
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-06-30 00:00:00.000000000 Z
12
+ date: 2016-09-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler