Sha256: 94cbb8afc17ce372f0df280425de24690835ebbe4be21abe0af83de70c5379c5

Contents?: true

Size: 173 Bytes

Versions: 8

Compression:

Stored size: 173 Bytes

Contents

module FastshopCatalog
  module Entity
    class OrderItem < BaseEntity
      translate :sku => 'Sku', :price => 'ValorUnitario', :quantity => 'Quantidade'
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fastshop_catalog-0.0.8 lib/fastshop_catalog/entity/order_item.rb
fastshop_catalog-0.0.7 lib/fastshop_catalog/entity/order_item.rb
fastshop_catalog-0.0.6 lib/fastshop_catalog/entity/order_item.rb
fastshop_catalog-0.0.5 lib/fastshop_catalog/entity/order_item.rb
fastshop_catalog-0.0.4 lib/fastshop_catalog/entity/order_item.rb
fastshop_catalog-0.0.3 lib/fastshop_catalog/entity/order_item.rb
fastshop_catalog-0.0.2 lib/fastshop_catalog/entity/order_item.rb
fastshop_catalog-0.0.1 lib/fastshop_catalog/entity/order_item.rb