-
- Downloads
Initial commit
Showing
- Model/CustomOrderFormatExecutor.php 106 additions, 0 deletionsModel/CustomOrderFormatExecutor.php
- Model/MyFormatRenderer.php 43 additions, 0 deletionsModel/MyFormatRenderer.php
- README.md 7 additions, 0 deletionsREADME.md
- composer.json 29 additions, 0 deletionscomposer.json
- etc/di.xml 30 additions, 0 deletionsetc/di.xml
- etc/module.xml 24 additions, 0 deletionsetc/module.xml
- registration.php 16 additions, 0 deletionsregistration.php
Model/CustomOrderFormatExecutor.php
0 → 100644
Model/MyFormatRenderer.php
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "techdivision/order-workflow-custom-export-format", | |||
"description": "Example module for Pacemaker customizations", | |||
"license": "proprietary", | |||
"require": { | |||
"magento/framework": "^101.0.9 | ^102.0.0 | ^103.0.0", | |||
"techdivision/pacemaker-order-export": "*", | |||
"techdivision/process-pipelines": "*" | |||
}, | |||
"type": "magento2-module", | |||
"autoload": { | |||
"files": [ | |||
"registration.php" | |||
], | |||
"psr-4": { | |||
"TechDivision\\OrderWorkflowCustomExportFormat\\": "" | |||
} | |||
}, | |||
"repositories": [ | |||
{ | |||
"type": "composer", | |||
"url": "https://repo.met.tdintern.de/" | |||
}, | |||
{ | |||
"type": "composer", | |||
"url": "https://repo.magento.com/" | |||
} | |||
] | |||
} |
etc/di.xml
0 → 100644
etc/module.xml
0 → 100644
registration.php
0 → 100644
Please register or sign in to comment