add usd_foil as a mode option to prices

This commit is contained in:
Dylan Stephano-Shachter 2019-09-25 07:13:50 +03:00
parent 9fd74649bf
commit 2575990403
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ class CardsObject(FoundationObject):
Returns:
float: The prices as a float
"""
modes = ['usd', 'eur', 'tix']
modes = ['usd', 'usd_foil', 'eur', 'tix']
if mode not in modes:
raise KeyError("{} is not a key.".format(mode))