Przeglądaj źródła

fix fcode spid error

stanley-king 7 lat temu
rodzic
commit
0fea46b21f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      helper/model/goods_summary.php

+ 1 - 1
helper/model/goods_summary.php

@@ -215,7 +215,7 @@ class goods_summary
         else
         {
             global $config;
-            $spid = $config['autosend_fcodes']['payconfirm_spid'];
+            $spid = $config['autosend_fcodes']['fcodes_spid'];
 
             if(isset($lock_num) && $lock_num > 0) {
                 $summary['fcode_desc'] = "F码处于锁定状态,启用后可以购买";