@@ -22,7 +22,7 @@ class Info
if (!$sku) {
return false;
}
- if (!$sku['key']) {
+ if (empty($sku['key'])) {
$info['price'] = $sku['price'];