gotransverse-tract-api 0.21.0 → 0.21.1

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: a9e44b272082773f2deac6cfa9001bf7d77ae23b
4
- data.tar.gz: c3956069f8e83363201328d6df01fcc921e7d5d5
3
+ metadata.gz: b529ad9ee3de1bbd2bd22bdef8af154625a093cb
4
+ data.tar.gz: 996716cd0cef8114d3f88ea16259f4cb2cb4448c
5
5
  SHA512:
6
- metadata.gz: ba1a23f4a692e9340c2c9d650b2499a05c88ca0018c49b5fbdbd26532350ac403045b2374b1801f6372ec2f499ec2e39ae32bdcad31f033d492669b469d9eb2c
7
- data.tar.gz: 3baf35952bda1c76ceb74752847c7f8d7e00c230b19c13284462ccbdd96f1b7110799086e1ad9db4127cb6ee8d28ddd93946842b751dc50f8c3d07a18eb11dbf
6
+ metadata.gz: 2b0da51e7327a5113bfeb066e7e2c75faafdc96fc65932759bbaf7597335f06b8213a76ba49d4e3d6253d5693992012ecb7708844950db59d7b1896707b9dd86
7
+ data.tar.gz: 1f044f2d30b4ec006500c10275d31e40eb12d02b83e1c1cf077defc0a6efd7740ef9fd36d47b0f411debf746e023608a566711cbe130c42b4f1df8b4d253aa3f
@@ -478,6 +478,8 @@ module GoTransverseTractApi
478
478
  }
479
479
  }
480
480
 
481
+ data[:billingAccount][:externalAccountNum] = billing_account[:external_account_number] if billing_account.has_key?(:external_account_number)
482
+
481
483
  if billing_account[:billing_account_category].present?
482
484
  data[:billingAccountCategory] = {
483
485
  eid: billing_account[:billing_account_category][:eid]
@@ -1,6 +1,6 @@
1
1
  module GoTransverseTractApi
2
2
 
3
- VERSION = "0.21.0"
3
+ VERSION = "0.21.1"
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.21.0
4
+ version: 0.21.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien DeFrance