Default Changelist
This commit is contained in:
@@ -56,7 +56,7 @@ trait WxV3PaymentTait
|
||||
*/
|
||||
public function openssl_signature($body): string
|
||||
{
|
||||
$pem = file_get_contents($this->getConfig()->getSslCert());
|
||||
$pem = file_get_contents($this->getConfig()->getMchKey());
|
||||
|
||||
$mch_private_key = openssl_get_privatekey($pem);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user