Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyq committed Feb 26, 2024
1 parent 10cb645 commit da304cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ pip install liqpy
Create checkout link:

```python
from uuid import uuid4
from liqpy.client import Client

client = Client(public_key=..., private_key=...)

client.checkout(
action="pay",
order_id=str(uuid4()),
order_id=...,
amount=1,
currency="USD",
description="Payment Example",
Expand Down

0 comments on commit da304cc

Please sign in to comment.