-
- Downloads
Initial commit
Showing
- README.md 9 additions, 0 deletionsREADME.md
- composer.json 30 additions, 0 deletionscomposer.json
- etc/adminhtml/system.xml 34 additions, 0 deletionsetc/adminhtml/system.xml
- etc/config.xml 27 additions, 0 deletionsetc/config.xml
- etc/di.xml 59 additions, 0 deletionsetc/di.xml
- etc/import/product-status-update.json 110 additions, 0 deletionsetc/import/product-status-update.json
- etc/module.xml 24 additions, 0 deletionsetc/module.xml
- etc/pipeline.xml 41 additions, 0 deletionsetc/pipeline.xml
- registration.php 16 additions, 0 deletionsregistration.php
- test-files/product-status-update_20200211-120400.ok 1 addition, 0 deletionstest-files/product-status-update_20200211-120400.ok
- test-files/product-status-update_20200211-120400_01.csv 3 additions, 0 deletionstest-files/product-status-update_20200211-120400_01.csv
- test-files/product-status-update_20200212-120400.ok 1 addition, 0 deletionstest-files/product-status-update_20200212-120400.ok
- test-files/product-status-update_20200212-120400_01.csv 3 additions, 0 deletionstest-files/product-status-update_20200212-120400_01.csv
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "techdivision/product-status-update-import", | ||
"description": "Example module for Pacemaker customizations", | ||
"license": "proprietary", | ||
"require": { | ||
"magento/framework": "^101.0.9 | ^102.0.0 | ^103.0.0", | ||
"techdivision/pacemaker-import-base": "*", | ||
"techdivision/process-pipelines": "*", | ||
"techdivision/pipeline-initializer": "*" | ||
}, | ||
"type": "magento2-module", | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"TechDivision\\ProductStatusUpdateImport\\": "" | ||
} | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://repo.met.tdintern.de/" | ||
}, | ||
{ | ||
"type": "composer", | ||
"url": "https://repo.magento.com/" | ||
} | ||
] | ||
} |
etc/adminhtml/system.xml
0 → 100644
etc/config.xml
0 → 100644
etc/di.xml
0 → 100644
etc/import/product-status-update.json
0 → 100644
etc/module.xml
0 → 100644
etc/pipeline.xml
0 → 100644
registration.php
0 → 100644
Please register or sign in to comment