Skip to content

Commit

Permalink
feat: add callback types
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyq committed Mar 6, 2024
1 parent 2cae0cf commit 8a4398c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions liqpy/types/callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
class LiqpayCallbackDict(TypedDict, total=False):
acq_id: Number
action: CallbackAction
type: Literal["buy", "hold", "regular"]
agent_commission: Number
amount: Number
amount_bonus: Number
Expand Down

0 comments on commit 8a4398c

Please sign in to comment.