Skip to content

Commit 69aef6f

Browse files
committed
cc
1 parent 82af3db commit 69aef6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/payments/scripts/example_payment_gateway.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,14 +408,14 @@ async def pay_with_payment_method(
408408
assert payment # nosec
409409
assert auth # nosec
410410

411-
return AckPaymentWithPaymentMethod(
411+
return AckPaymentWithPaymentMethod( # nosec
412412
success=True,
413413
invoice_url="https://fakeimg.pl/300/",
414414
payment_id=f"{uuid4()}",
415415
message=f"Payed with payment-method {id}",
416416
)
417417

418-
return router
418+
return router # nosec
419419

420420

421421
def create_app():

0 commit comments

Comments
 (0)