Skip to content

Commit

Permalink
Remove modifications to $KCODE in cc5 and garanti.
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Simpson committed Apr 1, 2013
1 parent 859fdcd commit a468aeb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions lib/active_merchant/billing/gateways/cc5.rb
@@ -1,7 +1,3 @@
if RUBY_VERSION < '1.9' && $KCODE == "NONE"
$KCODE = 'u'
end

module ActiveMerchant #:nodoc:
module Billing #:nodoc:
# CC5 API is used by many banks in Turkey. Extend this base class to provide
Expand Down
4 changes: 0 additions & 4 deletions lib/active_merchant/billing/gateways/garanti.rb
@@ -1,7 +1,3 @@
if RUBY_VERSION < '1.9' && $KCODE == "NONE"
$KCODE = 'u'
end

module ActiveMerchant #:nodoc:
module Billing #:nodoc:
class GarantiGateway < Gateway
Expand Down

0 comments on commit a468aeb

Please sign in to comment.