-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from compropago/jose
Optimize composer
- Loading branch information
Showing
136 changed files
with
47 additions
and
17,151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
gitcp | ||
.DS_Store | ||
/.DS_Store | ||
Compropago_Payment_Extension-* | ||
Compropago_Payment_Extension-* | ||
/lib/compropago/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"name": "compropago/magento1", | ||
"description": "A Magento module for ComproPago, cash and SPEI payments", | ||
"license": "OSL V3.0", | ||
"type": "magento-module", | ||
"version": "3.0.1", | ||
"homepage": "https://www.compropago.com", | ||
"readme": "README.md", | ||
"authors": [ | ||
{ | ||
"name": "José Beltrán Solís", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"keywords": [ | ||
"pagos internet", | ||
"payment gateway", | ||
"magento", | ||
"compropago", | ||
"cash", | ||
"spei" | ||
], | ||
"config": { | ||
"optimize-autoloader": true, | ||
"vendor-dir": "lib/compropago/vendor/" | ||
}, | ||
"require": { | ||
"compropago/php-sdk": "^5.0" | ||
}, | ||
"scripts": { | ||
"build": [ | ||
"composer install" | ||
] | ||
}, | ||
"scripts-descriptions": { | ||
"build": "" | ||
}, | ||
"support": { | ||
"docs": "http://demo.compropago.com/plugins/magento1", | ||
"email": "[email protected]", | ||
"issues": "https://github.com/compropago/plugin-magento/issues", | ||
"source": "https://github.com/compropago/plugin-magento.git" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
lib/ComproPago/vendor/compropago/php-sdk/src/Helpers/ValidationHelper.php
This file was deleted.
Oops, something went wrong.
64 changes: 0 additions & 64 deletions
64
lib/ComproPago/vendor/compropago/php-sdk/src/Resources/AbstractResource.php
This file was deleted.
Oops, something went wrong.
110 changes: 0 additions & 110 deletions
110
lib/ComproPago/vendor/compropago/php-sdk/src/Resources/Payments/Cash.php
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.