class Paytureman::PaymentPrepared

Public Instance Methods

block() click to toggle source
# File lib/payments/payment_prepared.rb, line 9
def block
  PaymentBlocked.new(order_id, amount, session_id, gateway)
end
url() click to toggle source
# File lib/payments/payment_prepared.rb, line 5
def url
  payture.pay_url(session_id)
end