justifi 0.6.4 → 0.6.5

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: c8b1dd482c0d269f7621fcd0dd4da6e7c88a265a3f2f571c66a66920589479dd
4
- data.tar.gz: 3c9b45ea113b96f747e026f456559d07ed4f030c451d038b8abaebb543edbcd3
3
+ metadata.gz: 8d6259198eb5929982df0e0112bd23b2320319ac4cb17d48d12a24ff8f4bc12d
4
+ data.tar.gz: 2d449ca55ee2c7943992d5d267ae3d839d0bb12910202906517cd8d7c207d9ba
5
5
  SHA512:
6
- metadata.gz: df796eb3a054d46a31a0693094a79e6137723c70b52e31168b1e2c336b2fc85436b3f7b1a5239b81d72a0f364d54136bc46ef2bc4ceb59a446c78c113c046ded
7
- data.tar.gz: 0da0f8059fda0400145767e31eb5c053a1fca4badf13d2894d938c194490a3a632f0eeea32eaebb58b6a599093d479a50e320493f242e861ac03a43edeffd327
6
+ metadata.gz: 1d30e7f4575d1bf94ad407cd3894f1e9999774a93898ad497c454d035aa4d3823806a10fe32cd0ccb22ed57adb6a8002f390577f6eaad3450443937e7236cc08
7
+ data.tar.gz: 58276f78ad3223aacfb9d06727303123718d29d90b7d94d0d882a14227c2292d04aecafa9c56bce5bb93a1fb47a9fbf90a427905855ec60735d070c0838dc482
@@ -7,7 +7,7 @@ module Justifi
7
7
  Justifi.seller_account_deprecation_warning if seller_account_id
8
8
  headers[:sub_account] = sub_account_id || seller_account_id if sub_account_id || seller_account_id
9
9
 
10
- JustifiOperations.execute_get_request("/v1/balance_transactions", params, headers)
10
+ JustifiOperations.list("/v1/balance_transactions", params, headers)
11
11
  end
12
12
 
13
13
  def get(id:, headers: {})
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Justifi
4
- VERSION = "0.6.4"
4
+ VERSION = "0.6.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: justifi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - JustiFi