JSONAPI stuff
This commit is contained in:
@@ -27,5 +27,6 @@ App.Product = DS.Model.extend
|
||||
else
|
||||
@store.createRecord 'product_order',
|
||||
product: this
|
||||
product_name: @get('name')
|
||||
price: @get('price')
|
||||
product_variant: options.product_variant
|
||||
|
||||
Reference in New Issue
Block a user