-
Status changed to merged
-
mentioned in commit 5ec8b8d6c6ddfb81877e95eb4dce9f74c941d323
Showing
1 changed file
Show diff stats
src/lib/common.php
| ... | ... | @@ -1314,7 +1314,7 @@ namespace |
| 1314 | 1314 | } |
| 1315 | 1315 | |
| 1316 | 1316 | public function containsPromoCode($promo_code, $item) { |
| 1317 | - $group_ids = $this->parseArray($promo_code['group_ids']); | |
| 1317 | + $group_ids = $this->parseArray($promo_code['group_id']); | |
| 1318 | 1318 | /*$catalog_ids = $this->parseArray($promo_code['catalog_ids']);*/ |
| 1319 | 1319 | |
| 1320 | 1320 | if(!empty($group_ids) && in_array($item['id'], $group_ids)) | ... | ... |