Sha256: ea044673d5d585a87dd870a70eaa8829093d126c03ef5b4f7824bc7bf7b06131

Contents?: true

Size: 222 Bytes

Versions: 28

Compression:

Stored size: 222 Bytes

Contents

class ProductWithFloatPrice < ActiveRecord::Base
  acts_as_purchasable

  after_purchase do |order, order_item|
  end

  after_decline do |order, order_item|
  end

  def qb_item_name
    'ProductWithFloatPrice'
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
effective_qb_sync-1.5.0 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.4.0 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.3.8 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.3.7 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.3.6 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.3.5 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.3.4 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.3.3 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.3.2 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.3.1 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.3.0 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.2.5 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.2.4 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.2.3 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.2.2 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.2.1 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.2.0 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.1.5 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.1.4 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.1.3 spec/dummy/app/models/product_with_float_price.rb