From f0dd85ec67122169ea11ac780dd03d7157a89ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=9D=99?= Date: Fri, 17 Dec 2021 21:23:04 +0800 Subject: [PATCH] Update --- app/Exceptions/WeChatPayException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exceptions/WeChatPayException.php b/app/Exceptions/WeChatPayException.php index 3f8e9bfa..04d8e443 100644 --- a/app/Exceptions/WeChatPayException.php +++ b/app/Exceptions/WeChatPayException.php @@ -30,7 +30,7 @@ class WeChatPayException extends Exception public function context() { return [ - 'wechat_raw' => $this->raw, + 'wechat_pay_raw' => $this->raw, ]; } }