This commit is contained in:
yumoqing 2025-12-25 17:45:50 +08:00
parent 321748973e
commit 9b2e2e08df

View File

@ -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