gotransverse-tract-api 0.7.0 → 0.7.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: 9a10cb2e5d1d257a44a6ad91b9a7bf7c92138b82
4
- data.tar.gz: a8cfcda85e4cbc4eb9dce8ab1505e74c2608b4a5
3
+ metadata.gz: 29a3eeee0c6bde751944c5f79943cef4366ad878
4
+ data.tar.gz: 462b46fccb4eaf925284a623eee8ef442a5b39b3
5
5
  SHA512:
6
- metadata.gz: 89b562638e192cd8ba89e5452e6eef00c161a3b3436b5eadfd16bfd1f6263c87a274035dd03c57c87c22a11c46f898823f0cd64205f5bd868c04f45af2998b7a
7
- data.tar.gz: 0c861f5b9ab8f761565f6d20f605b71d2de6a3c6174433f52150be3769644cba5556c855934fed8f12bc87cb0d87b3dff282f9cfacaf7b2eafda458e5b0b29e5
6
+ metadata.gz: b7ac9eb4944f46650bb7082726c310ed249cbe56c4a516886d35a2adffa502fb698cd766edcdf7f86bca767123ad07166edfc58e34bbb4eb044e793b56766fa3
7
+ data.tar.gz: 95463ad660c9e71747fb2f2369ef9623191c1ae5d7ed9c8f0ad4af715bddd28768ddd726139102a93e57f69c4152ffec260b7ad08674ed95be69233bb9ecac0a
@@ -9,12 +9,14 @@ module GoTransverseTractApi
9
9
  attr_accessor :debug_mode
10
10
 
11
11
  attr_accessor :tract_api_host
12
+ attr_accessor :tract_secured_payment_host
12
13
 
13
14
  #
14
15
  # initialize
15
16
  #
16
17
  def initialize
17
18
  @tract_api_host = "https://my.tractbilling.com"
19
+ @tract_secured_payment_host ||= @tract_api_host
18
20
  end
19
21
 
20
22
  #
@@ -1,6 +1,6 @@
1
1
  module GoTransverseTractApi
2
2
 
3
- VERSION = "0.7.0"
3
+ VERSION = "0.7.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.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien DeFrance