lib/active_merchant/billing/gateway.rb in activemerchant-1.70.0 vs lib/active_merchant/billing/gateway.rb in activemerchant-1.71.0

- old
+ new

@@ -124,10 +124,10 @@ # The supported card types for the gateway class_attribute :supported_cardtypes self.supported_cardtypes = [] class_attribute :currencies_without_fractions, :currencies_with_three_decimal_places - self.currencies_without_fractions = %w(BIF BYR CLP CVE DJF GNF HUF ISK JPY KMF KRW PYG RWF UGX VND VUV XAF XOF XPF) + self.currencies_without_fractions = %w(BIF BYR CLP CVE DJF GNF ISK JPY KMF KRW PYG RWF UGX VND VUV XAF XOF XPF) self.currencies_with_three_decimal_places = %w() class_attribute :homepage_url class_attribute :display_name