Class: ActiveMerchant::Billing::Skrill
- Inherits:
-
Gateway
- Object
- Gateway
- ActiveMerchant::Billing::Skrill
- Defined in:
- lib/active_merchant/billing/skrill.rb
Instance Method Summary collapse
Instance Method Details
#payment_url(opts) ⇒ Object
9 10 11 12 13 14 |
# File 'lib/active_merchant/billing/skrill.rb', line 9 def payment_url(opts) post = PostData.new post.merge! opts "#{service_url}?#{post.to_s}" end |
#service_url ⇒ Object
5 6 7 |
# File 'lib/active_merchant/billing/skrill.rb', line 5 def service_url "https://www.moneybookers.com/app/payment.pl" end |