First commit
parents
Showing
Block/Error.php
0 → 100644
Block/Info.php
0 → 100644
Block/Processed.php
0 → 100644
Block/Widget/Cart.php
0 → 100644
Block/Widget/Product.php
0 → 100644
This diff is collapsed.
Controller/Order/Error.php
0 → 100644
Controller/Order/Fail.php
0 → 100644
Controller/Order/Success.php
0 → 100644
Helper/Communication.php
0 → 100644
Helper/Configuration.php
0 → 100644
Helper/PaymentUtil.php
0 → 100644
Helper/Zip/UrlCreator.php
0 → 100644
Logger/Handler/All.php
0 → 100644
Logger/ZipLogger.php
0 → 100644
Model/Api/ApiZipHelper.php
0 → 100644
Model/Api/ZipManagement.php
0 → 100644
Model/Configuration.php
0 → 100644
Model/Payment.php
0 → 100644
Model/PaymentHelper.php
0 → 100644
Model/RequestToken.php
0 → 100644
Model/ZipConfigProvider.php
0 → 100644
Setup/InstallSchema.php
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "mr/zip", | ||
"description": "Zip", | ||
"require": { | ||
"php": "~5.6.0|7.0.2|~7.0.6", | ||
"magento/module-store": "0.74.0-beta4", | ||
"magento/module-theme": "0.74.0-beta4", | ||
"magento/module-widget": "0.74.0-beta4", | ||
"magento/module-backend": "0.74.0-beta4", | ||
"magento/module-catalog": "0.74.0-beta4", | ||
"magento/module-email": "0.74.0-beta4", | ||
"magento/module-ui": "0.74.0-beta4", | ||
"magento/module-variable": "0.74.0-beta4", | ||
"magento/module-media-storage": "0.74.0-beta4", | ||
"magento/framework": "0.74.0-beta4", | ||
"magento/magento-composer-installer": "*" | ||
}, | ||
"type": "magento2-module", | ||
"version": "0.74.0-beta4", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
], | ||
"extra": { | ||
"map": [ | ||
[ | ||
"*", | ||
"MR/Zip" | ||
] | ||
] | ||
} | ||
} | ||
\ No newline at end of file |
etc/adminhtml/system.xml
0 → 100644
etc/config.xml
0 → 100644
etc/crontab.xml
0 → 100644
etc/di.xml
0 → 100644
etc/frontend/di.xml
0 → 100644
etc/frontend/routes.xml
0 → 100644
etc/module.xml
0 → 100644
etc/payment.xml
0 → 100644
etc/webapi.xml
0 → 100644
registration.php
0 → 100644
view/adminhtml/web/js/js.js
0 → 100644
Please register or sign in to comment