Sha256: ab7d7ebadabf8373a1d17e7f244a332d4060c08c2a9f1e19da7bbd7a408bdf10

Contents?: true

Size: 218 Bytes

Versions: 2

Compression:

Stored size: 218 Bytes

Contents

module Paytureman

  class PaymentPrepared < PaymentWithSession

    def url
      payture.pay_url(session_id)
    end

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

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
paytureman-1.0.0 lib/payments/payment_prepared.rb
paytureman-0.7.0 lib/payments/payment_prepared.rb