Class: Sisow::SofortPayment

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

Instance Attribute Summary

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 Method Details

#payment_methodObject



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

def payment_method
  'sofort'
end