Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyq committed Nov 1, 2023
1 parent 73f989e commit dca90cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liqpy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def checkout(

if recurring_by_token:
assert server_url is not None, "Server url must be specified for recurring by token"
params["recurring_by_token"] = "1"
params["recurringbytoken"] = "1"

if detail_addenda is not None:
params["dae"] = b64encode(dumps(detail_addenda).encode()).decode()
Expand Down

0 comments on commit dca90cc

Please sign in to comment.