We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afcbb4 commit ff9404dCopy full SHA for ff9404d
src/viur/shop/payment_providers/unzer_abstract.py
@@ -338,7 +338,11 @@ def get_debug_information(
338
order_key: db.Key | str | None = None,
339
payment_id: str | None = None,
340
) -> JsonResponse[list[dict[str, t.Any]]]:
341
- """Get information about a payment / order."""
+ """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
+ """
346
if payment_id is not None:
347
payment_ids = [payment_id]
348
else:
0 commit comments