From 011e4608726fa83cb495dfa1f4d4f56c154ada21 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 9 May 2018 12:22:21 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E5=A4=8D=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E8=AF=81=E4=B9=A6=E9=85=8D=E7=BD=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeChat/Pay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeChat/Pay.php b/WeChat/Pay.php index 5b4c6df..fddcf1c 100644 --- a/WeChat/Pay.php +++ b/WeChat/Pay.php @@ -300,7 +300,7 @@ class Pay $option = []; if ($isCert) { foreach (['ssl_cer', 'ssl_key'] as $key) { - if (empty($options[$key])) { + if (empty($option[$key])) { throw new InvalidArgumentException("Missing Config -- [{$key}]", '0'); } }