Signed-off-by: hitsword <mail@huayizhiyun.com>
master
hitsword 2019-05-20 16:46:02 +08:00
parent dc95b73c36
commit a50a1bbebb
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class WC_Huayi_Score extends WC_Payment_Gateway {
} }
//debug //debug
wc_add_notice( __('查询成功:', 'huayi_score') . json_encode($balanceResult), 'error' ); wc_add_notice( __('查询成功:', 'huayi_score') . $balanceResult, 'error' );
return; return;
//debug //debug