Sha256: faa643c64662338bdda11b91b4bd68c605859159c60a04c689b75ae8d13f96e8

Contents?: true

Size: 273 Bytes

Versions: 7

Compression:

Stored size: 273 Bytes

Contents

module Workarea
  class Payment
    class Tender
      class Sezzle < Tender
        field :intent, type: String
        field :sezzle_id, type: String
        field :sezzle_response, type: String

        def slug
          :sezzle
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
workarea-sezzle-1.0.6 app/models/workarea/payment/tender/sezzle.rb
workarea-sezzle-1.0.5 app/models/workarea/payment/tender/sezzle.rb
workarea-sezzle-1.0.4 app/models/workarea/payment/tender/sezzle.rb
workarea-sezzle-1.0.3 app/models/workarea/payment/tender/sezzle.rb
workarea-sezzle-1.0.2 app/models/workarea/payment/tender/sezzle.rb
workarea-sezzle-1.0.1 app/models/workarea/payment/tender/sezzle.rb
workarea-sezzle-1.0.0 app/models/workarea/payment/tender/sezzle.rb