dever 3 years ago
parent
commit
85327c7542
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/shop/lib/Sell.php

+ 1 - 1
app/shop/lib/Sell.php

@@ -367,7 +367,7 @@ class Sell
             }
         }
 
-        if ($info['type'] == 10) {
+        if (isset($info['shop_id']) && $info['shop_id'] == 3) {
             $info['code'] = '';
         }