Class: ActiveMerchant::Billing::Skrill

Inherits:
Gateway
  • Object
show all
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_urlObject



5
6
7
# File 'lib/active_merchant/billing/skrill.rb', line 5

def service_url
  "https://www.moneybookers.com/app/payment.pl"
end