feat: update recipit
This commit is contained in:
@@ -95,6 +95,7 @@ async def itpay_webhook(
|
||||
'payment_id': data.get('id'),
|
||||
'client_payment_id': data.get('client_payment_id'),
|
||||
'payment_status': status,
|
||||
'itpay_metadata': data.get('metadata'),
|
||||
}
|
||||
logger.info(orjson.dumps(log_payload, default=str).decode())
|
||||
if status == 'completed':
|
||||
|
||||
Reference in New Issue
Block a user