This commit is contained in:
@@ -46,5 +46,5 @@ def random_price(item: str) -> Dict:
|
|||||||
def prices_payload() -> Dict:
|
def prices_payload() -> Dict:
|
||||||
return {
|
return {
|
||||||
"items": [random_price(item) for item in PRICE_RANGES.keys()],
|
"items": [random_price(item) for item in PRICE_RANGES.keys()],
|
||||||
"disclaimer": "Depende de como pilles al de cafete.",
|
"disclaimer": "Este es un cambio menor a fin de probar Webhooks.",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user