Class: SpreePaypalCheckout::PaymentSources::Paypal

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.display_nameObject



10
11
12
# File 'app/models/spree_paypal_checkout/payment_sources/paypal.rb', line 10

def self.display_name
  'PayPal'
end

Instance Method Details

#actionsObject



6
7
8
# File 'app/models/spree_paypal_checkout/payment_sources/paypal.rb', line 6

def actions
  %w[credit void]
end