From a50a1bbebb4617f68d8e8808f74d1ad3781929e5 Mon Sep 17 00:00:00 2001 From: hitsword Date: Mon, 20 May 2019 16:46:02 +0800 Subject: [PATCH] debug Signed-off-by: hitsword --- class-wc-huayi-score.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class-wc-huayi-score.php b/class-wc-huayi-score.php index 85ef58f..5b4bf1e 100644 --- a/class-wc-huayi-score.php +++ b/class-wc-huayi-score.php @@ -143,7 +143,7 @@ class WC_Huayi_Score extends WC_Payment_Gateway { } //debug - wc_add_notice( __('查询成功:', 'huayi_score') . json_encode($balanceResult), 'error' ); + wc_add_notice( __('查询成功:', 'huayi_score') . $balanceResult, 'error' ); return; //debug