Fix Coupon/Condition utf8 issue
This commit is contained in:
@@ -940,9 +940,9 @@ class MatchForTotalAmountManagerTest extends \PHPUnit_Framework_TestCase
|
|||||||
'title' => 'Price',
|
'title' => 'Price',
|
||||||
'availableOperators' => array('==' => 'Price'),
|
'availableOperators' => array('==' => 'Price'),
|
||||||
'availableValues' => array(
|
'availableValues' => array(
|
||||||
'EUR' => '€',
|
'EUR' => '€',
|
||||||
'USD' => '$',
|
'USD' => '$',
|
||||||
'GBP' => '£',
|
'GBP' => '£',
|
||||||
),
|
),
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'class' => 'form-control',
|
'class' => 'form-control',
|
||||||
|
|||||||
Reference in New Issue
Block a user