Skip to content

Commit

Permalink
fix: update schwab trade ticket url
Browse files Browse the repository at this point in the history
  • Loading branch information
daneisburgh committed Mar 26, 2024
1 parent 4cba510 commit 69eb53d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion invaas/schwab/schwab_api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def account_summary():


def trade_ticket():
return "https://client.schwab.com/app/trade/tom/#/trade"
# return "https://client.schwab.com/app/trade/tom/#/trade"
return "https://client.schwab.com/app/trade/tom/trade?ShowUN=YES"


# New API
Expand Down

0 comments on commit 69eb53d

Please sign in to comment.