rename material_price to m2_price
This commit is contained in:
+2
-2
@@ -25,13 +25,13 @@ Sample response
|
||||
{
|
||||
"material": "standard-wallpaper",
|
||||
"material_id": 1,
|
||||
"material_price": 295,
|
||||
"m2_price": 295,
|
||||
"price": 1180
|
||||
},
|
||||
{
|
||||
"material": "premium-wallpaper",
|
||||
"material_id": 4,
|
||||
"material_price": 325,
|
||||
"m2_price": 325,
|
||||
"price": 1300
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user