revo-loans_api 0.0.27 → 0.0.28

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: 1e68533af65f3d8af55222f5e4eb39c019558e513ef8f90f0d7634bad7cc2c72
4
- data.tar.gz: ce3d6db2bd91062d5a2cf71bf94e62f71f9cf25f4d8ed4a8f1c53a74ee947608
3
+ metadata.gz: 9281d11d79b77fccf2bd170ddc0097a4634a40727a975b137ccc518f7aacf316
4
+ data.tar.gz: e8a66ea2dc25eccd1dda722c5612d6263551c8a67b70c675fccb3a0d99850d13
5
5
  SHA512:
6
- metadata.gz: b39470e05666efd995f3d2879be67cb571681e3c6d563173abfacfcac8aa4bcbe31fd06a28ccf69e3dc787bd3803fd15011c6114a5ee5023eb91e642dc338686
7
- data.tar.gz: a77f12622e69e76a58df9a87427f0d21dbc8d50dc28090d17d26ec2d9f476673f3e030317c708f5e28f14a1bdbbf858fdbff2c078f39b74d422383714aae5ec7
6
+ metadata.gz: 199b54f9e8d5dee7456577936d3809125c46493771b4435c411478844df50e8d5f7d89c8d53a77bcb07f038e7727cc4d320b1d1cd6a6f95f18a35a171047f76e
7
+ data.tar.gz: f1379847f7dcdc3da1356a5785ed364828771d92d25519329f8dd4ab6d33716f76a9985ade4bb6a8bc061a779660605834db4bd75f140db642806ddf5b552a5c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- revo-loans_api (0.0.27)
4
+ revo-loans_api (0.0.28)
5
5
  activesupport
6
6
  http
7
7
 
@@ -225,11 +225,11 @@ class Revo::LoansApi::Client
225
225
  )
226
226
  end
227
227
 
228
- def create_card_loan(token:, term_id:)
228
+ def create_card_loan(token:, term_id:, force_approve: false)
229
229
  make_request(
230
230
  :post,
231
231
  "loan_requests/#{token}/card_loan",
232
- params: { term_id: term_id },
232
+ params: { term_id: term_id, force_approve: force_approve },
233
233
  headers: { 'Application-Source': application_source }
234
234
  )
235
235
  end
@@ -1,5 +1,5 @@
1
1
  module Revo
2
2
  module LoansApi
3
- VERSION = '0.0.27'.freeze
3
+ VERSION = '0.0.28'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: revo-loans_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.27
4
+ version: 0.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Revo Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-13 00:00:00.000000000 Z
11
+ date: 2020-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http