bb_payments 0.2.3 → 0.2.4

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: c29a443f8904fc082c1d0cd9d9b421af7f1bba71a2026f05b5b234ffea1ac0c0
4
- data.tar.gz: e71e891173b722276e11e75aa9db53bafe9c2c8e572d59488abf5d71531f5f89
3
+ metadata.gz: b15359beb0fd438ede84a6c0d0df2b7331652ac39238e39516f02247842aafb6
4
+ data.tar.gz: 33fd9b022505503e418847423eadab94d51dffa4b18a75cc0e6d69c2840d1427
5
5
  SHA512:
6
- metadata.gz: 0dc3283070196d4326f39c408f6851e0d95ef79d2b49e969ff770c21a22981486320b81180115315cfe25c8f92612b05eed7836a08a09a0ca5261af7be949254
7
- data.tar.gz: 3883ee313529a813cd34dc0f7f9020f2867ef73efd01a3ae2acd8c367838548948ca3c9d0bb2b9d4ac5c8b167f1066f916301f1837a505343ef967cc2c8ae331
6
+ metadata.gz: d29efdefeca381f77b1bc2d183185d8c27478c071cf2ba083c266f4194a7a9636b44952338733f0926e081b31c343162b2ca8ecadea01164fac0a45c05979be0
7
+ data.tar.gz: d2048c1aef44426ac207d71ebc775ecb8e53bc1dae6e882546f8471d5b89ae37bd8b871545c77fe5add78e387ea015f5bd5037b3c140275cbfeb99978c7a6076
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bb_payments (0.2.3)
4
+ bb_payments (0.2.4)
5
5
  bb_oauth (~> 1.0.3)
6
6
  json (~> 2.6, >= 2.1.0)
7
7
  typhoeus (~> 1.4, >= 1.0.1)
Binary file
@@ -50,7 +50,7 @@ module BancoBrasilPayments::Payments
50
50
  # POST /cancelar-pagamentos Cancelar Lote de Pagamentos
51
51
  # Efetua o Cancelamento de um Lote de Pagamentos
52
52
  def cancel_payments(body, opts = {})
53
- validations(api_client: api_client, body: body, validate_body: true)
53
+ # validations(api_client: api_client, body: body, validate_body: true)
54
54
 
55
55
  client_opts = build_client_opts(api_client: api_client,
56
56
  gw_app_key: gw_app_key,
@@ -1,3 +1,3 @@
1
1
  module BancoBrasilPayments
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
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.2.3
4
+ version: 0.2.4
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: 2024-02-22 00:00:00.000000000 Z
12
+ date: 2025-09-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: typhoeus
@@ -102,6 +102,7 @@ files:
102
102
  - bb_payments-0.1.5.gem
103
103
  - bb_payments-0.1.7.gem
104
104
  - bb_payments-0.2.0.gem
105
+ - bb_payments-0.2.3.gem
105
106
  - bb_payments.gemspec
106
107
  - docs/BankSlipsApi.md
107
108
  - docs/BarcodeCollectionFormsIDResponseObject.md