class Comable::PaymentProvider::General

Public Class Methods

display_name() click to toggle source
# File lib/comable/payment_provider/general.rb, line 5
def display_name
  '汎用決済モジュール'
end
kind() click to toggle source
# File lib/comable/payment_provider/general.rb, line 9
def kind
  { none: 'なし' }
end