diy-frame endpoint now returns price excl vat
This commit is contained in:
@@ -86,7 +86,8 @@ def diy_frame():
|
||||
data = [{
|
||||
'width': width,
|
||||
'height': height,
|
||||
'price': old_canvas_diy_frame_price(width, height, market, reseller=reseller)
|
||||
'price': old_canvas_diy_frame_price(width, height, market, reseller=reseller),
|
||||
'price_excl_vat': old_canvas_diy_frame_price(width, height, market, reseller=reseller, inc_vat=False)
|
||||
}]
|
||||
|
||||
return jsonify(data=data)
|
||||
|
||||
Reference in New Issue
Block a user