Passed
Pull Request — master (#973)
by
unknown
02:03
created
src/Plugin/Wechat/V2/Pay/Redpack/SendPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
             'wxappid' => $config[$wechatTypeKey] ?? '',
76 76
             'mch_id' => $config['mch_id'] ?? '',
77 77
             'sub_mch_id' => $payload->get('sub_mch_id', $config['sub_mch_id'] ?? ''),
78
-            'msgappid' => $config['sub_'.$wechatTypeKey],
78
+            'msgappid' => $config['sub_' . $wechatTypeKey],
79 79
         ];
80 80
 
81 81
         return $data;
Please login to merge, or discard this patch.