diff --git a/video-gen-api/app/services/payment.py b/video-gen-api/app/services/payment.py index ae184869..3bc0cc56 100644 --- a/video-gen-api/app/services/payment.py +++ b/video-gen-api/app/services/payment.py @@ -412,7 +412,7 @@ def _get_wechat_client( wechatpay_args["public_key_id"] = public_key_id else: logger.info("No platform public key configured, will try to download") - + logger.info(f"Initializing WeChat Pay client with args: {wechatpay_args}") _wechat_client = WeChatPay(**wechatpay_args) _wechat_mch_id = mch_id return _wechat_client