Skip to content

Commit 267d8cb

Browse files
committed
remove unused code causes error
1 parent 4ee7310 commit 267d8cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Http/Controllers/CartController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ public function details()
165165
'type' => $c->getType(),
166166
'target' => $c->getTarget(),
167167
'value' => $c->getValue(),
168-
'calculated_value' => $c->parsedRawValue,
169168
];
170169
});
171170

0 commit comments

Comments
 (0)