diff --git a/src/webapi.py b/src/webapi.py index 4e7ba5f..26d1a91 100644 --- a/src/webapi.py +++ b/src/webapi.py @@ -453,6 +453,10 @@ async def get_confirmations( give = [f"{json_data['market_name']} - {json_data['type']}"] else: give = [json_data['type']] + elif confirmation['data-type'] == '5': + to = "Steam" + give = ["Phone Number"] + receive = ["Nothing"] else: raise NotImplementedError(f"Data Type: {confirmation['data-type']}")