bling_api 2.3.1 → 2.3.2

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: 224ef445776453ccd59d8ec185e7f8aeaeb54fd7ec90e86fa8594900d8c0e6a2
4
- data.tar.gz: 97099266dfdcbc8cb5f19b8c25ddfdf9bc8a601929b1e85162ce45d83db1acc8
3
+ metadata.gz: 013fa965ae099d0c967a51874cefc4d29dad4559db2d3e907632113901fa5b43
4
+ data.tar.gz: 4f5f9f236232aaa3ab6fae14d0c1383effa9e53a1f31712b1614bc4e0285fea2
5
5
  SHA512:
6
- metadata.gz: efb6aa5554639510f23263167edc11834a8bc06c112516ae3670af9b75e461549336eb9a3e63821ef7085f086b96e5fc786d5b2fb555162d6edd93dcef64db00
7
- data.tar.gz: 383197c1d4619be3eb40d52a70c308609f4f9b895889bd55ba94159dd94e8ecfe9f48bd10eab24eecaa07ede02d09b666342d33184ac0470a362318fdc7d7701
6
+ metadata.gz: 48f98bd02ae43970b12479d79f5c11c22740879b8b9cc9cff41d71c8435273df819103f2802d3bb2ddf019a5e5273892468dab9aacbc90d6785d4f63f2d40352
7
+ data.tar.gz: 3fd1205aa5f5dc926357499158c2f3f4d036418e4d8b6b848aac28c1c9fa01fed47644323423d308eb9f191e0253c63832a9407173fa7ffb6c3c30bcad4f7113
@@ -196,6 +196,10 @@ module BlingApi
196
196
  get("/contas/receber?#{query}", timeout: 30) { _1.data }
197
197
  end
198
198
 
199
+ def get_payment_to_receivable(id)
200
+ get("/contas/receber/#{id}", timeout: 30) { _1.data }
201
+ end
202
+
199
203
  def create_contact(
200
204
  nome:,
201
205
  pessoa_juridica:,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlingApi
4
- VERSION = "2.3.1"
4
+ VERSION = "2.3.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bling_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - caio