digifi_api 2.0.2 → 2.0.3

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: dd0dd2a4d737290d6637ca599e9a86823b27a3c1
4
- data.tar.gz: 430d1d03336d1e50266034b2cda9878c7dfbca88
3
+ metadata.gz: 08247c77db2005cf11286c618667ecf426954efb
4
+ data.tar.gz: acc97568185797eb0bda91ecb0bc407bf39e10ba
5
5
  SHA512:
6
- metadata.gz: 215ae1d949676e59b0c96a657f38c6e404ce564f1cddd4f9ad63e174458e8da3d5b6a84a7616482749d62a052bf7f927ee60bfa21c8796d718f4ca207da7248d
7
- data.tar.gz: c98fa8686f85781d02699023bac2aaf42a2902ce814a818d7b53f34d63580f8b5353d142b4ef8dfcebf4a2b4cb882ae30d67140004455380254df25d1af6ee7a
6
+ metadata.gz: 2e87a05f85018f0b2c0bf1e2e293c4b6695be7280e3f85c2403c1d52a9bbde4202a5ce89723925306ff1b5038670cacea68f67be1527ea3fd48e70d583e656d0
7
+ data.tar.gz: b98131335cbcde714c8b5e5ba76d04e959e2d46db8fcf8e49335fdcb82e3a5d185cbf21ac27be72f8b17485526e1a6b297b2bf7ed0230d3a44a07047f6eaa081
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- digifi_api (2.0.2)
4
+ digifi_api (2.0.3)
5
5
  json (~> 2.1.0)
6
6
  rest-client (~> 2.0.2)
7
7
 
@@ -25,28 +25,28 @@ module DigifiApi
25
25
  elements['variables'] = variables_hash
26
26
 
27
27
  # Optional Elements
28
- if options['client_transaction_id']
29
- elements['client_transaction_id'] = options['client_transaction_id']
28
+ if options[:client_transaction_id]
29
+ elements['client_transaction_id'] = options[:client_transaction_id]
30
30
  end
31
31
 
32
- if options['return_input_variables']
33
- if options['return_input_variables'] == true || options['return_input_variables'] == 'true'
32
+ if options[:return_input_variables]
33
+ if options[:return_input_variables] == true || options[:return_input_variables] == 'true'
34
34
  elements['return_input_variables'] = true
35
35
  end
36
36
  end
37
37
 
38
- if options['return_processing_detail']
39
- if options['return_processing_detail'] == true || options['return_processing_detail'] == 'true'
38
+ if options[:return_processing_detail]
39
+ if options[:return_processing_detail] == true || options[:return_processing_detail] == 'true'
40
40
  elements['return_processing_detail'] = true
41
41
  end
42
42
  end
43
43
 
44
- if options['return_data_sources']
45
- if options['return_data_sources'] == true || options['return_data_sources'] == 'true'
44
+ if options[:return_data_sources]
45
+ if options[:return_data_sources] == true || options[:return_data_sources] == 'true'
46
46
  elements['return_data_sources'] = true
47
47
  end
48
48
  end
49
-
49
+
50
50
  response = self.post(@resource_uri, elements)
51
51
  end
52
52
 
@@ -1,3 +1,3 @@
1
1
  module DigifiApi
2
- VERSION = "2.0.2"
2
+ VERSION = "2.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: digifi_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - 'Justin Lyman
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2019-01-29 00:00:00.000000000 Z
13
+ date: 2019-05-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler