Hi all. Please tell me am I doing something wrong or is this a bug? If I change Pay::get(ConfigInterface::class)->get('wechat') to config('pay.wechat') in the file yansongda/pay/src/Functions.php then everything works. Even if everything works after changing the file, when you try to go to wechat it gives the error: Invalid signature. Check
that it matches the signature on
open platform. To open the wechat application
I use flutter fluwx.
yansongda/pay:~3.5.0 -vvv guzzlehttp/guzzle:^7.0.1 hyperf/pimple:~2.2.0
Hi all. Please tell me am I doing something wrong or is this a bug? If I change Pay::get(ConfigInterface::class)->get('wechat') to config('pay.wechat') in the file yansongda/pay/src/Functions.php then everything works. Even if everything works after changing the file, when you try to go to wechat it gives the error: Invalid signature. Check that it matches the signature on open platform. To open the wechat application I use flutter fluwx.