Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hedeqiang committed Jun 15, 2022
1 parent fd945db commit 146d732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require __DIR__ .'/vendor/autoload.php';
use Hedeqiang\PayEase\Pay;
$app = new Pay([
'privateKey' => '/parth/client.pfx',
'publicKey' => 'path/test.cer',
'publicKey' => 'path/test.cer', // 注意: 此公钥为首信易的公钥、并非上传到商户后台的公钥!!!
'merchantId' => '890000593',
'password' => '123456',
]);
Expand Down

0 comments on commit 146d732

Please sign in to comment.