This commit is contained in:
2026-06-11 11:09:17 +08:00
parent ff5fc5eba6
commit e4097a42bb
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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}")