Class: SpreeAdyen::PaymentSources::Trustly
- Defined in:
- app/models/spree_adyen/payment_sources/trustly.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.display_name ⇒ Object
10 11 12 |
# File 'app/models/spree_adyen/payment_sources/trustly.rb', line 10 def self.display_name 'Trustly' end |
Instance Method Details
#actions ⇒ Object
6 7 8 |
# File 'app/models/spree_adyen/payment_sources/trustly.rb', line 6 def actions %w[credit void] end |