iron_bank 3.1.0 → 3.1.1

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
  SHA1:
3
- metadata.gz: b0062f0f3ee0260c2c1c6b5b4cb50f408c250e69
4
- data.tar.gz: 6fd1c74ff83f0ab562235aaa95ab2235ecb21976
3
+ metadata.gz: 735f434ff14fa1fa0e8a10a9415f6ce7fa3297fc
4
+ data.tar.gz: c1858025c6587535a4d4ef855a245f25110a1549
5
5
  SHA512:
6
- metadata.gz: 0e53b5239fe3d04caca4d0c0054290438d0fb501e9e98c158665d5f07b415ba6c5dd6ab2c7cb7707cd8faff0c5711c0a2dc2b3aea8cf474a2e43f003dd55bc82
7
- data.tar.gz: 31c0b5d1466d58b43b06ae2546ce5fd27da9bfd360bccf028a65e7876124aca34e7c6c3714c17a4c529aa9d2899af9e8e76cfd8803c13ff7fb95dffc9850aa2d
6
+ metadata.gz: 8f595074f0d4eee74d7b9019ede556f085aca3529d19b82a17d8d36238070b94831826bf66e97d18ae89b937e32283c89c616ce108acb9f0dee4d9cfd286077e
7
+ data.tar.gz: 4dfc1a7e5bb0793d21ec8437daeda7d0cf143c256f834281868149bdcc44a2911a651736d5b26e5c9c1240abcb3214089a679842fc231fed8ffa8d5fa6c62131
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- iron_bank (3.1.0)
4
+ iron_bank (3.1.1)
5
5
  faraday (~> 0)
6
6
  faraday_middleware (~> 0)
7
7
  nokogiri (~> 1)
@@ -7,7 +7,11 @@ module IronBank
7
7
  #
8
8
  class TaxationItem < Resource
9
9
  def self.exclude_fields
10
- %w[Balance]
10
+ %w[
11
+ Balance
12
+ CreditAmount
13
+ PaymentAmount
14
+ ]
11
15
  end
12
16
  with_schema
13
17
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IronBank
4
- VERSION = "3.1.0"
4
+ VERSION = "3.1.1"
5
5
  API_VERSION = "v1"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_bank
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mickael Pham