We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5e6f78 + 82fadd3 commit 4221103Copy full SHA for 4221103
README.md
@@ -393,7 +393,7 @@ Cart::condition([$condition1, $condition2]);
393
394
// To get all applied conditions on a cart, use below:
395
$cartConditions = Cart::getConditions();
396
-foreach($carConditions as $condition)
+foreach($cartConditions as $condition)
397
{
398
$condition->getTarget(); // the target of which the condition was applied
399
$condition->getName(); // the name of the condition
0 commit comments