Class: Sisow::PaypalPayment

Inherits:
Payment
  • Object
show all
Defined in:
lib/sisow/payment/paypal_payment.rb

Instance Attribute Summary collapse

Attributes inherited from Payment

#amount, #callback_url, #cancel_url, #description, #entrance_code, #issuer_id, #merchant_id, #merchant_key, #notify_url, #purchase_id, #return_url

Instance Method Summary collapse

Methods inherited from Payment

#ideal?, #initialize, #payment_url, #shop_id, #transaction_id, #valid?

Constructor Details

This class inherits a constructor from Sisow::Payment

Instance Attribute Details

#localeObject

Returns the value of attribute locale.



4
5
6
# File 'lib/sisow/payment/paypal_payment.rb', line 4

def locale
  @locale
end

Instance Method Details

#payment_methodObject



6
7
8
# File 'lib/sisow/payment/paypal_payment.rb', line 6

def payment_method
  'paypalec'
end