Skip to content

Commit d3b9b24

Browse files
committed
MC-42486: Region ID and Country ID values and not properly converted in Email templates
- Corrected the code as per the reviewer comments
1 parent 34b22fe commit d3b9b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Email/Model/Template/Filter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
use Magento\Variable\Model\VariableFactory;
3838
use Psr\Log\LoggerInterface;
3939
use Magento\Store\Model\Information as StoreInformation;
40-
use \Magento\Framework\App\ObjectManager;
40+
use Magento\Framework\App\ObjectManager;
4141

4242
/**
4343
* Core Email Template Filter Model

0 commit comments

Comments
 (0)