bb_payments 0.2.5 → 0.2.6

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: f63fd53ba72f6c2773c7154b509cc2523b030b8da4b43b43ff4f47747515b251
4
- data.tar.gz: a16c3940f589e800cfd7e770297fe132403b661bd5d0e2964b2508ba2b749dd6
3
+ metadata.gz: 1138cf02678bdfc8eb085231f0a0e7124e1219ff43896ac8975cb6f790b4d6b3
4
+ data.tar.gz: 28ae38c1358b521a1ab7aa92cf71f823b3aa135477958ecf3dfbcbebbc5c87a4
5
5
  SHA512:
6
- metadata.gz: d14c84b62281e68db1580cf4612feef151bee6651395eb91d514e832ed0e97b74630117b61f490db60dca45854482d3efe12f6928ebcd43f47434daea8c45569
7
- data.tar.gz: 81a892b3cc9b35efadaf08d8209354e86bf0c23a421dd79aeb9ca70f21d596b784816f8f49c892fd5f4d1365c850992a253de834fa7a457db32d1b5e1b7ed064
6
+ metadata.gz: 47e931019687ae2b545d7551d6659934b02cca334879a74509b00d5d5099a40c69bb7c1af9a0b3488eb0a4d23d71c3e2afded2abc870033dee3d5e81b056e478
7
+ data.tar.gz: 51ceb55a56bd70a2d8bf54e0f187e0966fe29195797161a237af89be2a18b27395b201acbb44ee7aaba579d2b02792657928f09bd858437c1fc9a07ad1bea93d
Binary file
@@ -181,10 +181,13 @@ module BancoBrasilPayments::Payments
181
181
  client_opts: client_opts)
182
182
  end
183
183
 
184
- def change_date(id, original_date, new_date, opts = {})
184
+ def change_date(id, original_date, new_date, debit_branch_office, debit_current_account, check_digits_debit_current_account, opts = {})
185
185
  body = {
186
186
  dataOriginalPagamento: original_date.strftime('%d%m%Y'),
187
187
  dataNovoPagamento: new_date.strftime('%d%m%Y'),
188
+ numeroAgenciaDebito: debit_branch_office,
189
+ numeroContaCorrenteDebito: debit_current_account,
190
+ digitoVerificadorContaCorrenteDebito: check_digits_debit_current_account
188
191
  }
189
192
  client_opts = build_client_opts(api_client: api_client,
190
193
  gw_app_key: gw_app_key,
@@ -1,3 +1,3 @@
1
1
  module BancoBrasilPayments
2
- VERSION = '0.2.5'
2
+ VERSION = '0.2.6'
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.5
4
+ version: 0.2.6
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: 2025-09-16 00:00:00.000000000 Z
12
+ date: 2025-09-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: typhoeus
@@ -104,6 +104,7 @@ files:
104
104
  - bb_payments-0.2.0.gem
105
105
  - bb_payments-0.2.3.gem
106
106
  - bb_payments-0.2.4.gem
107
+ - bb_payments-0.2.5.gem
107
108
  - bb_payments.gemspec
108
109
  - docs/BankSlipsApi.md
109
110
  - docs/BarcodeCollectionFormsIDResponseObject.md