Sha256: 05f070ffafdf2f4e47114bce8f0a96d440da95cc8f1a7ca3d6f8eb0a87d2aa85

Contents?: true

Size: 327 Bytes

Versions: 9

Compression:

Stored size: 327 Bytes

Contents

module CatarseMoip
  class PaymentEngine

    def name
      'MoIP'
    end

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

    def locale
      'pt'
    end

    def can_do_refund?
      false
    end

    def direct_refund
      false
    end

  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
catarse_moip-3.0.5 lib/catarse_moip/payment_engine.rb
catarse_moip-3.0.4 lib/catarse_moip/payment_engine.rb
catarse_moip-3.0.3 lib/catarse_moip/payment_engine.rb
catarse_moip-3.0.2 lib/catarse_moip/payment_engine.rb
catarse_moip-3.0.1 lib/catarse_moip/payment_engine.rb
catarse_moip-3.0.0 lib/catarse_moip/payment_engine.rb
catarse_moip-2.3.6 lib/catarse_moip/payment_engine.rb
catarse_moip-2.3.5 lib/catarse_moip/payment_engine.rb
catarse_moip-2.3.4 lib/catarse_moip/payment_engine.rb