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.
@@ -112,6 +112,9 @@ module Increase
112
112
  # Card Settlement: details will be under the `card_settlement` object.
113
113
  CARD_SETTLEMENT = :card_settlement
114
114
 
115
+ # Card Financial: details will be under the `card_financial` object.
116
+ CARD_FINANCIAL = :card_financial
117
+
115
118
  # Card Revenue Payment: details will be under the `card_revenue_payment` object.
116
119
  CARD_REVENUE_PAYMENT = :card_revenue_payment
117
120
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.90.0"
4
+ VERSION = "1.91.0"
5
5
  end