Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request activemerchant#983 from Shopify/add_all_non_fracti…
Browse files Browse the repository at this point in the history
…onal_currencies

Added all non-fractional currencies
  • Loading branch information
Nicholas Simmons committed Jan 13, 2014
2 parents ebe287e + bc710ec commit b790e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_merchant/billing/gateway.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Gateway
include Utils

DEBIT_CARDS = [ :switch, :solo ]
CURRENCIES_WITHOUT_FRACTIONS = [ 'JPY', 'HUF', 'TWD', 'ISK' ]
CURRENCIES_WITHOUT_FRACTIONS = [ 'BIF', 'BYR', 'CLP', 'CVE', 'DJF', 'GNF', 'HUF', 'ISK', 'JPY', 'KMF', 'KRW', 'PYG', 'RWF', 'TWD', 'UGX', 'VND', 'VUV', 'XAF', 'XOF', 'XPF' ]
CREDIT_DEPRECATION_MESSAGE = "Support for using credit to refund existing transactions is deprecated and will be removed from a future release of ActiveMerchant. Please use the refund method instead."

cattr_reader :implementations
Expand Down

0 comments on commit b790e81

Please sign in to comment.