Sha256: 8d14fbbf3c658ef8fa7b299666ae8977eb532c9a5205dda11c659150129db1d1

Contents?: true

Size: 382 Bytes

Versions: 1

Compression:

Stored size: 382 Bytes

Contents

begin
  module CatarseMoip
    class PaymentEngine < PaymentEngines::Interface

      def name
        'MoIP'
      end

      def review_path contribution
        CatarseMoip::Engine.routes.url_helpers.review_moip_path(contribution)
      end

      def locale
        'pt'
      end

    end
  end
rescue Exception => e
  puts "Error while use payment engine interface: #{e}"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
catarse_moip-2.3.3 lib/catarse_moip/payment_engine.rb