We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751356a commit 2f6aedeCopy full SHA for 2f6aede
1 file changed
lightspark/lightspark_client.py
@@ -639,7 +639,7 @@ def outgoing_payments_for_invoice(
639
transaction_statuses: The statuses of the transactions to fetch. If not specified, all transactions will be fetched.
640
"""
641
642
- variables = {"encoded_invoice": encoded_invoice}
+ variables: Dict[str, Any] = {"encoded_invoice": encoded_invoice}
643
if transaction_statuses is not None:
644
variables["transaction_statuses"] = transaction_statuses
645
json = self._requester.execute_graphql(
0 commit comments