finapps 5.0.21 → 5.0.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aafadb9063a639f9a7909122bda807d791236699321fb2f9db4e612e280d6277
4
- data.tar.gz: 30547e275f93ef16c55badf1239d369fbdcff1eaf4fe7e9c8b288c5e4762fbc8
3
+ metadata.gz: ad719b4b8304f8ce6c5cb1d9478bc7f5239e123b77de1f618a5b527686c52f13
4
+ data.tar.gz: b7efdb76b0a068cfe6b22f7982865cb5a3075e6fadcee29e164636331bc3938c
5
5
  SHA512:
6
- metadata.gz: c44e473e4e33979a7da69a40fe9910e982fd9ec7a465f7f20a66b84f86efe8b323d0a3b7372de15767475417aa09828127eedc4289c50aee6024f00c6aa208f8
7
- data.tar.gz: '09250ce80e47cb9af40eb8bb8b87847ce3d93ee54b812ed80b07d1f8302f1ba9e0a4b693b149ba2711f6f31fca348f1322e6325dfaec8f659c1682183e9e951c'
6
+ metadata.gz: 2f9af03b5304ff7a0be20b31749516e09813ab19b18e455e3e99198d03be058250646e4e506f165d2b6f9807ac54e5e00bc1dbc3c088322f63c7f458f1792442
7
+ data.tar.gz: 5892cea9cc2c93911571e7fa02b474665fff54d80413e60175a7952b1dcd4143a616b01708df1e17b8a1cdc539491b564f667a8c27d292a707a71a615bb820e0
@@ -37,7 +37,7 @@ module FinApps
37
37
  send_request "p/institution/consumer/#{id}/token", :get
38
38
  end
39
39
 
40
- def set_active_pending_update(id)
40
+ def update_status(id)
41
41
  not_blank(id, :consumer_institution_id)
42
42
 
43
43
  send_request "p/institution/consumer/#{id}", :put
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FinApps
4
- VERSION = '5.0.21'
4
+ VERSION = '5.0.22'
5
5
  end
@@ -78,17 +78,15 @@ RSpec.describe FinApps::REST::PlaidConsumerInstitutions do
78
78
  end
79
79
  end
80
80
 
81
- describe '#set_active_pending_update' do
82
- subject(:set_active_pending_update) do
81
+ describe '#update_status' do
82
+ subject(:update_status) do
83
83
  FinApps::REST::PlaidConsumerInstitutions.new(api_client)
84
- .set_active_pending_update(:consumer_institution_id)
84
+ .update_status(:consumer_institution_id)
85
85
  end
86
86
 
87
87
  it_behaves_like 'an API request'
88
88
  it_behaves_like 'a successful request'
89
- it('returns no results') do
90
- expect(set_active_pending_update[RESULTS]).to be_nil
91
- end
89
+ it('returns no results') { expect(update_status[RESULTS]).to be_nil }
92
90
  end
93
91
 
94
92
  describe '#public_token' do
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: 5.0.21
4
+ version: 5.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero