There is some issue for current payment to run on php7.4 and alipay.
get_magic_quotes_gpc is deprecated since 7.4.
alipay will block refund sometimes. It is the sign issue when there's blank value for some request parameters. Thank goodness, it works well on payment v4.
There is some issue for current payment to run on php7.4 and alipay.