diff --git a/schwab_api/urls.py b/schwab_api/urls.py index f0638ef..ae39297 100644 --- a/schwab_api/urls.py +++ b/schwab_api/urls.py @@ -6,7 +6,7 @@ def account_summary(): return "https://client.schwab.com/clientapps/accounts/summary/" def trade_ticket(): - return "https://client.schwab.com/app/trade/tom/#/trade" + return "https://client.schwab.com/app/trade/tom/trade?ShowUN=YES" # New API def order_verification_v2(): diff --git a/setup.py b/setup.py index c6b9caa..ef14b31 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="schwab_api", packages=setuptools.find_packages(), - version="0.3.11", + version="0.3.12", license="MIT", description="Unofficial Schwab API wrapper in Python 3.", author="Jafer Haider",