update addorder
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
if(@attribute)
|
||||
json.id @attribute.id
|
||||
json.type @attribute.attribute_type
|
||||
json.name @attribute.name
|
||||
json.value @attribute.value
|
||||
else
|
||||
json.success false
|
||||
end
|
||||
Reference in New Issue
Block a user