lokielse / omnipay-alipay

Alipay driver for the Omnipay PHP payment processing library
MIT License
565 stars 155 forks source link

ILLEGAL_SIGN error occurred #194

Open fjp246810 opened 7 months ago

fjp246810 commented 7 months ago

At src/Common/Signer.php line 21 : protected $ignores = ['sign']; Need to add the sign_type field. like this protected $ignores = ['sign', 'sign_type']; Otherwise, it may cause an ILLEGAL-SIGN error