Skip to content

Commit

Permalink
fix url for login check
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxxRK committed Mar 12, 2024
1 parent 8b011a2 commit 842b531
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 842b531

Please sign in to comment.