Completed
Push — master ( 3b1d4a...f00c6a )
by Songda
01:34
created
src/Gateways/Wechat/Wechat.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@
 block discarded – undo
256 256
         foreach ($data as $key => $val) {
257 257
             if (is_numeric($val)) {
258 258
                 $xml .= "<" . $key . ">" . $val . "</" . $key . ">";
259
-            } else {
259
+            }else {
260 260
                 $xml .= "<" . $key . "><![CDATA[" . $val . "]]></" . $key . ">";
261 261
             }
262 262
         }
Please login to merge, or discard this patch.