Skip to content

Commit 6053446

Browse files
MAGECLOUD-4585: Reduce q-ty of Reports Created in /app/*/var/report
1 parent a818802 commit 6053446

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

patches.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,5 +247,10 @@
247247
"Avoid group concat from source item indexer": {
248248
">=1.0.3 <1.0.5": "MSI-GH-2515__eliminate_group_concat_from_source_item_indexer__grouped-product-indexer__1.0.3.patch"
249249
}
250+
},
251+
"vertex/module-tax": {
252+
"Fix wrong namespace": {
253+
"3.2.0": "MAGECLOUD-4407__fix_namespace_vertex_tax__3.2.0.patch"
254+
}
250255
}
251256
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff -Naur a/vendor/vertex/module-tax/Model/FlexField/Processor/OrderCurrencyGetterProcessor.php b/vendor/vertex/module-tax/Model/FlexField/Processor/OrderCurrencyGetterProcessor.php
2+
--- a/vendor/vertex/module-tax/Model/FlexField/Processor/OrderCurrencyGetterProcessor.php
3+
+++ b/vendor/vertex/module-tax/Model/FlexField/Processor/OrderCurrencyGetterProcessor.php
4+
@@ -4,7 +4,7 @@
5+
* @author Mediotype https://www.mediotype.com/
6+
*/
7+
8+
-namespace Vertex\Tax\Model\Flexfield\Processor;
9+
+namespace Vertex\Tax\Model\FlexField\Processor;
10+
11+
use Magento\Framework\Exception\NoSuchEntityException;
12+
use Magento\Quote\Api\CartRepositoryInterface;

0 commit comments

Comments
 (0)