add iugu postback

This commit is contained in:
2026-01-12 23:30:52 -03:00
parent 29b8305713
commit ad23e9aa51
25 changed files with 191 additions and 29 deletions

View File

@@ -55,7 +55,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
items=r.get('items', []),
**new_image,
),
postback_url=f'{IUGU_POSTBACK_URL}/postback/{order_id}',
postback_url=f'{IUGU_POSTBACK_URL}/{order_id}/postback',
)
try: