From 9b2e2e08dffff8f6ad8d2653e38ccf84d4da25de Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 25 Dec 2025 17:45:50 +0800 Subject: [PATCH] bugfix --- unipay/providers/alipay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unipay/providers/alipay.py b/unipay/providers/alipay.py index b33d63a..766dff5 100644 --- a/unipay/providers/alipay.py +++ b/unipay/providers/alipay.py @@ -224,4 +224,4 @@ class AlipayGateway(Gateway): ret.data.action = 'RECHARGE' if ret.data.notify_type == 'refund_status_sync': ret.data.action = 'RECHARGE_REVERSE' - + return ret