increase 1.90.0 → 1.91.0

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.
@@ -92,6 +92,7 @@ module Increase
92
92
  | :card_dispute_loss
93
93
  | :card_refund
94
94
  | :card_settlement
95
+ | :card_financial
95
96
  | :card_revenue_payment
96
97
  | :check_deposit_acceptance
97
98
  | :check_deposit_return
@@ -151,6 +152,9 @@ module Increase
151
152
  # Card Settlement: details will be under the `card_settlement` object.
152
153
  CARD_SETTLEMENT: :card_settlement
153
154
 
155
+ # Card Financial: details will be under the `card_financial` object.
156
+ CARD_FINANCIAL: :card_financial
157
+
154
158
  # Card Revenue Payment: details will be under the `card_revenue_payment` object.
155
159
  CARD_REVENUE_PAYMENT: :card_revenue_payment
156
160
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.90.0
4
+ version: 1.91.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-24 00:00:00.000000000 Z
11
+ date: 2025-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool