finapps 0.8.3.pre → 0.8.4.pre

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: fcfdc9d2dc324fa5a467a9a1dca9c4b7f06848ab
4
- data.tar.gz: 6972c2bf5cf443416ca4c5b210fa12aad76b2dc6
3
+ metadata.gz: 9fa864f9666449298de731f4b8140e1622e95c07
4
+ data.tar.gz: c5c9e6fbc8bf71fa5f9feb4b1ffc8958d5155e71
5
5
  SHA512:
6
- metadata.gz: 25b93e492f5de701ff60d336566398210b68f537653b1858f46e8f3e2bc1e710bb4ce9722699009c7c171f61afabfdc648b0e112c8a1c952bddee11298ea3d6d
7
- data.tar.gz: a04c50646dd35947bfdc4ec0d37266c418f2f2c50580aa361fb7997c2b071990d03fd372b82918fef1f48fe1abd7e41bbeb16aa4cb94bec485d22aca56dac876
6
+ metadata.gz: aa8492c4e1bcd7a629af7fb8a60181ce522d48eb2d0f9cc47ca15159082ce586372c570bd2cd86a4f05eef49ace260e379e8c41cf74f018b20e4cf4734bdac68
7
+ data.tar.gz: aeefd3e69f907dd9845ac25d7edfb12f1f6eee6c05ff7cbf45895c500ca31b51ef7f6b56fc98c467b7cc35b94b5bd2aa881c512b21df7b261f4ea71d8d4aaa72
@@ -28,7 +28,6 @@ module FinApps
28
28
  logger.debug "##{__method__.to_s} => Started"
29
29
 
30
30
  path = Defaults::END_POINTS[:transactions_list]
31
-
32
31
  logger.debug "##{__method__.to_s} => path: #{path}"
33
32
 
34
33
  transactions, error_messages = @client.send(path, :post, params.compact)
@@ -42,14 +41,13 @@ module FinApps
42
41
  def update(params={})
43
42
  logger.debug "##{__method__.to_s} => Started"
44
43
 
45
- path = Defaults::END_POINTS[:transactions_list]
46
-
44
+ path = Defaults::END_POINTS[:transactions_update]
47
45
  logger.debug "##{__method__.to_s} => path: #{path}"
48
46
 
49
- transactions, error_messages = @client.send(path, :put, params.compact)
47
+ _, error_messages = @client.send(path, :put, params.compact)
50
48
 
51
49
  logger.debug "##{__method__.to_s} => Completed"
52
- return transactions, error_messages
50
+ error_messages
53
51
  end
54
52
 
55
53
  end
@@ -1,3 +1,3 @@
1
1
  module FinApps
2
- VERSION = '0.8.3.pre'
2
+ VERSION = '0.8.4.pre'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finapps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3.pre
4
+ version: 0.8.4.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero