Fixed condition names
This commit is contained in:
@@ -49,7 +49,7 @@ class MatchBillingCountries extends AbstractMatchCountries
|
|||||||
public function getName()
|
public function getName()
|
||||||
{
|
{
|
||||||
return $this->translator->trans(
|
return $this->translator->trans(
|
||||||
'Billing country condition',
|
'Billing country',
|
||||||
[],
|
[],
|
||||||
'condition'
|
'condition'
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ class MatchDeliveryCountries extends AbstractMatchCountries
|
|||||||
public function getName()
|
public function getName()
|
||||||
{
|
{
|
||||||
return $this->translator->trans(
|
return $this->translator->trans(
|
||||||
'Delivery country condition',
|
'Delivery country',
|
||||||
[],
|
[],
|
||||||
'condition'
|
'condition'
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ class MatchForTotalAmount extends ConditionAbstract
|
|||||||
public function getName()
|
public function getName()
|
||||||
{
|
{
|
||||||
return $this->translator->trans(
|
return $this->translator->trans(
|
||||||
'By cart total amount',
|
'Cart total amount',
|
||||||
[],
|
[],
|
||||||
'condition'
|
'condition'
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ class MatchForXArticles extends ConditionAbstract
|
|||||||
public function getName()
|
public function getName()
|
||||||
{
|
{
|
||||||
return $this->translator->trans(
|
return $this->translator->trans(
|
||||||
'Cart item count condition',
|
'Cart item count',
|
||||||
[],
|
[],
|
||||||
'condition'
|
'condition'
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user