Class: SpreeAdyen::PaymentSources::Billie

Inherits:
Spree::PaymentSource
  • Object
show all
Defined in:
app/models/spree_adyen/payment_sources/billie.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.display_nameObject



8
9
10
# File 'app/models/spree_adyen/payment_sources/billie.rb', line 8

def self.display_name
  'Billie'
end

Instance Method Details

#actionsObject



4
5
6
# File 'app/models/spree_adyen/payment_sources/billie.rb', line 4

def actions
  %w[credit void capture]
end

#display_payment_infoObject



12
13
14
# File 'app/models/spree_adyen/payment_sources/billie.rb', line 12

def display_payment_info
  'Billie'
end