1
This commit is contained in:
@@ -382,7 +382,6 @@ def _create_alipay_order(order: PaymentOrder, db_configs: dict[str, str]) -> str
|
||||
request.set_notify_url(notify_url)
|
||||
elif hasattr(request, 'notify_url'):
|
||||
request.notify_url = notify_url
|
||||
logger.info(f"Set notify_url for order {order.order_no}: {notify_url}")
|
||||
except Exception as e:
|
||||
logger.warning(f"Failed to set notify_url: {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user