Init repo
parents
Showing
.DS_Store
0 → 100644
File added
Helper/Data.php
0 → 100644
Model/Api/Nvp.php
0 → 100644
This diff is collapsed.
Click to expand it.
Model/Express.php
0 → 100644
Model/Express/Checkout.php
0 → 100644
This diff is collapsed.
Click to expand it.
Model/Paypal/Config.php
0 → 100644
Model/Source/Currency.php
0 → 100644
composer.json
0 → 100644
| { | ||
| "name": "meetanshi/magento2-paypal-multi-currency", | ||
| "description": "Magento 2 paypal multi currency", | ||
| "require": { | ||
| "php": "~5.5.0|~5.6.0|~7.0.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0" | ||
| }, | ||
| "type": "magento2-module", | ||
| "version": "1.0.4", | ||
| "license": [ | ||
| "OSL-3.0" | ||
| ], | ||
| "autoload": { | ||
| "files": [ | ||
| "registration.php" | ||
| ], | ||
| "psr-4": { | ||
| "Meetanshi\\Paymulti\\": "" | ||
| } | ||
| }, | ||
| "support": { | ||
| "email": "support@meetanshi.com" | ||
| }, | ||
| "authors": [ | ||
| { | ||
| "name": "Jignesh Parmar", | ||
| "email": "support@meetanshi.com", | ||
| "homepage": "https://meetanshi.com" | ||
| } | ||
| ] | ||
| } |
etc/acl.xml
0 → 100644
etc/adminhtml/routes.xml
0 → 100644
etc/adminhtml/system.xml
0 → 100644
etc/config.xml
0 → 100644
etc/di.xml
0 → 100644
etc/module.xml
0 → 100644
registration.php
0 → 100644
view/adminhtml/web/css/meetanshi.css
0 → 100644
Please
register
or
sign in
to comment