Skip to content

Commit

Permalink
webapi: Add data type 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lara Maia committed Mar 5, 2020
1 parent 826b3f1 commit 988f181
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/webapi.py
Expand Up @@ -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']}")

Expand Down

0 comments on commit 988f181

Please sign in to comment.