Introduce original price (#905)

* Introduce original price

* Rebase and styling

* Widget
This commit is contained in:
Raphael Michel
2018-05-18 22:48:38 +02:00
committed by GitHub
parent c30ebdf287
commit fa326eba6f
12 changed files with 99 additions and 17 deletions

View File

@@ -231,7 +231,8 @@ TEST_ITEM_RES = {
"checkin_attention": False,
"has_variations": False,
"variations": [],
"addons": []
"addons": [],
"original_price": None
}