We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82af3db commit 69aef6fCopy full SHA for 69aef6f
services/payments/scripts/example_payment_gateway.py
@@ -408,14 +408,14 @@ async def pay_with_payment_method(
408
assert payment # nosec
409
assert auth # nosec
410
411
- return AckPaymentWithPaymentMethod(
+ return AckPaymentWithPaymentMethod( # nosec
412
success=True,
413
invoice_url="https://fakeimg.pl/300/",
414
payment_id=f"{uuid4()}",
415
message=f"Payed with payment-method {id}",
416
)
417
418
- return router
+ return router # nosec
419
420
421
def create_app():
0 commit comments