Class: Comable::PaymentProvider::General

Inherits:
Base
  • Object
show all
Defined in:
lib/comable/payment_provider/general.rb

Class Method Summary collapse

Methods inherited from Base

authorize!, cancel!, complete!, name_symbol, resume!

Class Method Details

.display_nameObject



5
6
7
# File 'lib/comable/payment_provider/general.rb', line 5

def display_name
  '汎用決済モジュール'
end

.kindObject



9
10
11
# File 'lib/comable/payment_provider/general.rb', line 9

def kind
  { none: 'なし' }
end