Commit 492a5e1ab7911fbb01ddc56cf8cdf5ada2ade3c9

Authored by Jun Jiang
1 parent 2127fbb0
Exists in master

Update README.md

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -37,7 +37,7 @@ WxPay.appid = 'YOUR_APPID'
37 37 WxPay.key = 'YOUR_KEY'
38 38 WxPay.mch_id = 'YOUR_MCH_ID'
39 39  
40   -# cert, see https://pay.weixin.qq.com/wiki/doc/api/app.php?chapter=4_3
  40 +# cert, see https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=4_3
41 41 # using PCKS12
42 42 WxPay.set_apiclient_by_pkcs12(File.read(pkcs12_filepath), pass)
43 43  
... ...