add iugu postback
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user