Skip to content

Commit

Permalink
Merge branch 'itsjafer:main' into Async
Browse files Browse the repository at this point in the history
  • Loading branch information
4rumprom authored Mar 13, 2024
2 parents 09dd6da + c483ce2 commit d30429d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schwab_api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d30429d

Please sign in to comment.