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.1.2 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.1.1 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.1.0 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.0.4 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.0.3 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.0.2 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.0.1 spec/dummy/app/models/product_with_float_price.rb
effective_qb_sync-1.0.0 spec/dummy/app/models/product_with_float_price.rb