Continue adding product variants
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Used for user ember1
|
||||
class ProductOrderSerializer < Qwaiter::Serializer
|
||||
attributes :order_id, :product_id, :quantity, :price, :product_name
|
||||
attributes :order_id, :product_id, :quantity, :price, :product_name, :product_variant
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user