wip payments (iugu)

This commit is contained in:
2026-01-04 17:47:34 -03:00
parent e5e64c504d
commit 311ff6d928
6 changed files with 318 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
except Exception as exc:
logger.exception(
exc,
keypair={'pk': pk, 'sk': sk},
keypair={'id': pk, 'sk': sk},
)
return False
else: