cirandas.net

ref: master

plugins/payments/lib/payments_plugin.rb


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
class PaymentsPlugin < Noosfero::Plugin

  def stylesheet?
    false
  end

  def self.plugin_name
    _("Payments")
  end

  def self.plugin_description
    _("General order payments plugin")
  end

end