Updated 微信支付 (markdown)

Frye 2015-09-02 11:19:59 +08:00
parent 977ba69fdc
commit b5b9bf137e

@ -100,7 +100,7 @@ if (!$transaction) {
$notify->reply('FAIL', 'verify transaction error'); $notify->reply('FAIL', 'verify transaction error');
} }
var_dump($transaction); // var_dump($transaction);
$notify->reply(); echo $notify->reply();
``` ```