bb_payments 0.1.2 → 0.1.3

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: 45c26e1fe7b0a8619aa695ac3791f928def9c46d2e8dc1dcf5abfd20641bbec0
4
- data.tar.gz: 7725e92980cb00435a55710e4f1414b6a137bb56e6320e3d0a3a7d6091b4132e
3
+ metadata.gz: c8450a7a9bf823b5f4be0e7e337f3e43c1414bbfd0160c5116b847a075534a1c
4
+ data.tar.gz: 747a176e97a2a68d8110f87498a6ac397cdc1a88ed9e91b652bef892ecee774f
5
5
  SHA512:
6
- metadata.gz: 6fdbaf95cda850d7dc704ad5fdad6a291696fef386a642bf99b0d7e7bda5510e7149eb2466ad92ba7215c6f6b087d9bcd0423a5cf309a9f8b9c4b966e1e5fabc
7
- data.tar.gz: d420f31c7b96a26652949e5b894a9f68e909578bac2578328481acc41bb581de58c80968b7849e8c39cca5dc34e272caa3de2f736e286170934699a5231feb8e
6
+ metadata.gz: cddaa31dff1f517067fc44e9da6a82add2f888b9117425c8bb3433a3efdf2babde3542be7cf22332e8d8f0b01c9cf52c05c98b7c9cc5fe3c641599588e2dfe0b
7
+ data.tar.gz: bbf923290b1852fff39e048fcb8a97d3b14e24fcc444f705f1f0335a30b6b965d1a1765ae89e4e324adbe37347e82ee55654d555bb2c68a95bb408a543eb7095
@@ -35,10 +35,11 @@ module BancoBrasilPayments::Payments
35
35
  client_opts = build_client_opts(api_client: api_client,
36
36
  gw_app_key: gw_app_key,
37
37
  opts: opts,
38
+ body: {
39
+ numeroRequisicao: id,
40
+ indicadorFloat: float ? 'S' : 'N'
41
+ },
38
42
  return_type: 'Hash<String, String>')
39
- client_opts[:body][:'numeroRequisicao'] = id
40
- client_opts[:body][:'indicadorFloat'] = float ? 'S' : 'N'
41
-
42
43
  call_api_client(api_client: api_client,
43
44
  http_method: :POST,
44
45
  path: '/liberar-pagamentos',
@@ -1,3 +1,3 @@
1
1
  module BancoBrasilPayments
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bb_payments
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roque
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-06-22 00:00:00.000000000 Z
12
+ date: 2023-06-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: typhoeus