wip payments (iugu)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user