Sha256: 0e67e8dae7f6e8758dc7aaf346a9464d579e97a09dfe0fce9bbda9df431a8645

Contents?: true

Size: 247 Bytes

Versions: 2

Compression:

Stored size: 247 Bytes

Contents

module Paytureman

  class PaymentPrepared < PaymentWithSession

    def url
      "https://sandbox.payture.com/apim/Pay?SessionId=#{session_id}"
    end

    def block
      PaymentBlocked.new(order_id, amount, ip, session_id)
    end

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
paytureman-0.5.0 lib/payments/payment_prepared.rb
paytureman-0.3.0 lib/payments/payment_prepared.rb