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