update shopee refund parse

This commit is contained in:
2026-03-04 13:34:39 +08:00
parent a5ba7e045f
commit cbe37d659b
@@ -354,4 +354,14 @@ class Refund extends EntityParse
return RefundType::RETURN_BEFORE_SHIPPING->value;
}
/**
* Shopee 的退款包含子项,因此 确定有父退款
*/
public function hasParentRefund(): bool
{
return true;
}
}