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