Skip to content

Commit 4221103

Browse files
authored
Merge pull request #132 from toxicdog/patch-1
Update README.md
2 parents c5e6f78 + 82fadd3 commit 4221103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Cart::condition([$condition1, $condition2]);
393393

394394
// To get all applied conditions on a cart, use below:
395395
$cartConditions = Cart::getConditions();
396-
foreach($carConditions as $condition)
396+
foreach($cartConditions as $condition)
397397
{
398398
$condition->getTarget(); // the target of which the condition was applied
399399
$condition->getName(); // the name of the condition

0 commit comments

Comments
 (0)