revo-loans_api 0.0.43 → 0.0.44

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
  SHA256:
3
- metadata.gz: f4b1105747d29ca22b4f19dd551243e4f907dd5d2e8371aa6049625a116fc1da
4
- data.tar.gz: 4093c8e9841b13e77c8a92f544db968005005b241373ba0ca5df77cd5833885e
3
+ metadata.gz: 7613ac91a7aeddeaca910a0f29d3f608158efbbf6d0b4fbee8b2510d6c157602
4
+ data.tar.gz: 834127cf573e0c91dba5ccd65f7e4cde112353cb8a54cdd4b495057ac849ebe4
5
5
  SHA512:
6
- metadata.gz: f763fdd4878b8bd2fa3c0551d9922dc91dee90437d78384fabcb4b0caefc61bab6b7d67d87618abbf958e0064cf0e8d963f0441e82b280879f43b0cb590618d1
7
- data.tar.gz: 79fde90104ddfe2cbd627e7895cdea3767afe984daf4920a59c1109339c084912d52d583d5baf574b8d90b8189a65f07340d2acd9afd526ba5fd718b2ff5785e
6
+ metadata.gz: 8ba447d54755697260d6bb7f6ef08ec4f529e2c2c48940b997f7d867e0859ff765d5901156c0c7a6bbe33bd17f97e97a5c61e24e8db0faf571a05f654e4464dc
7
+ data.tar.gz: b3f4c60053742659c03dba14c06bbc295d886cba5dd46f5a0ba0463feabc8901f977f62f34b455abd6ad811cd57a8f9aeebf7ef1294318af18d77306dd3da627
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- revo-loans_api (0.0.43)
4
+ revo-loans_api (0.0.44)
5
5
  activesupport
6
6
  http
7
7
 
@@ -247,6 +247,20 @@ class Revo::LoansApi::Client
247
247
  )
248
248
  end
249
249
 
250
+ # TEMP: method added for backward compatibility with v37
251
+ def confirm_billing_shift(client_id:, code:, billing_chain:)
252
+ make_request(
253
+ :post,
254
+ "clients/#{client_id}/billing_shift/confirmation",
255
+ params: { code: code, billing_chain: billing_chain }
256
+ )
257
+ end
258
+
259
+ # TEMP: method added for backward compatibility with v37
260
+ def send_restructuring_confirmation_code(client_id:, product:)
261
+ make_request(:post, "clients/#{client_id}/restructuring/#{product}")
262
+ end
263
+
250
264
  def billing_shift_info(client_id:)
251
265
  make_request(:get, "clients/#{client_id}/billing_shift/info")
252
266
  end
@@ -1,5 +1,5 @@
1
1
  module Revo
2
2
  module LoansApi
3
- VERSION = '0.0.43'.freeze
3
+ VERSION = '0.0.44'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: revo-loans_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.43
4
+ version: 0.0.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Revo Developers