Skip to content

Commit

Permalink
Merge pull request #54 from MaxxRK/main
Browse files Browse the repository at this point in the history
fix url for login check
  • Loading branch information
itsjafer authored Mar 12, 2024
2 parents 8b011a2 + 842b531 commit 06af9d8
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 06af9d8

Please sign in to comment.