Skip to content

Commit ff9404d

Browse files
committed
doc
1 parent 8afcbb4 commit ff9404d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/viur/shop/payment_providers/unzer_abstract.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,11 @@ def get_debug_information(
338338
order_key: db.Key | str | None = None,
339339
payment_id: str | None = None,
340340
) -> JsonResponse[list[dict[str, t.Any]]]:
341-
"""Get information about a payment / order."""
341+
"""Get information about a payment / order.
342+
343+
:param order_key: Key of the order skeleton.
344+
:param payment_id: Unzer ID of the order / payment.
345+
"""
342346
if payment_id is not None:
343347
payment_ids = [payment_id]
344348
else:

0 commit comments

Comments
 (0)