Class: SpreeAdyen::PaymentSources::Kakaopay
- Inherits:
-
Spree::PaymentSource
- Object
- Spree::PaymentSource
- SpreeAdyen::PaymentSources::Kakaopay
- Defined in:
- app/models/spree_adyen/payment_sources/kakaopay.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/kakaopay.rb', line 10 def self.display_name 'KakaoPay' end |
Instance Method Details
#actions ⇒ Object
6 7 8 |
# File 'app/models/spree_adyen/payment_sources/kakaopay.rb', line 6 def actions %w[credit void] end |
#display_payment_info ⇒ Object
14 15 16 |
# File 'app/models/spree_adyen/payment_sources/kakaopay.rb', line 14 def display_payment_info "KakaoPay: #{payment_reference}" end |