# File lib/active_merchant/billing/integrations/gestpay/notification.rb, line 28
          def currency
            # Ruby 1.9 compat
            method = CURRENCY_MAPPING.respond_to?(:key) ? :key : :index
            CURRENCY_MAPPING.send(method, params['PAY1_UICCODE'])
          end