Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkout.com Magento 2 Module - v1.0.3 #4

Merged
merged 2 commits into from
Sep 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "checkoutcom/magento2",
"description": "Checkout.com Payment Gateway for Magento 2",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "100.1.*",
"magento/magento-composer-installer": "*",
"magento/module-sales": "100.1.*",
"magento/module-checkout": "100.1.*",
"magento/module-payment": "100.1.*",
"magento/module-vault": "100.2.*"
},
"type": "magento2-module",
"version": "1.0.2",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"CheckoutCom\\Magento2\\": ""
"name": "checkoutcom/magento2",
"description": "Checkout.com Payment Gateway for Magento 2",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "100.1.*",
"magento/magento-composer-installer": "*",
"magento/module-sales": "100.1.*",
"magento/module-checkout": "100.1.*",
"magento/module-payment": "100.1.*",
"magento/module-vault": "100.2.*"
},
"type": "magento2-module",
"version": "1.0.3",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"CheckoutCom\\Magento2\\": ""
}
}
}
}
}
10 changes: 0 additions & 10 deletions etc/adminhtml/routes.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<!--
/**
* Checkout.com Magento 2 Payment module (https://www.checkout.com)
*
* Copyright (c) 2017 Checkout.com (https://www.checkout.com)
* Author: David Fiaty | integration@checkout.com
*
* License GNU/GPL V3 https://www.gnu.org/licenses/gpl-3.0.en.html
*/
-->
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../lib/internal/Magento/Framework/App/etc/routes.xsd">
<router id="admin">
Expand Down
10 changes: 0 additions & 10 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<!--
/**
* Checkout.com Magento 2 Payment module (https://www.checkout.com)
*
* Copyright (c) 2017 Checkout.com (https://www.checkout.com)
* Author: David Fiaty | integration@checkout.com
*
* License GNU/GPL V3 https://www.gnu.org/licenses/gpl-3.0.en.html
*/
-->
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
Expand Down
10 changes: 0 additions & 10 deletions etc/config.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<!--
/**
* Checkout.com Magento 2 Payment module (https://www.checkout.com)
*
* Copyright (c) 2017 Checkout.com (https://www.checkout.com)
* Author: David Fiaty | integration@checkout.com
*
* License GNU/GPL V3 https://www.gnu.org/licenses/gpl-3.0.en.html
*/
-->
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
<default>
Expand Down
10 changes: 0 additions & 10 deletions etc/di.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<!--
/**
* Checkout.com Magento 2 Payment module (https://www.checkout.com)
*
* Copyright (c) 2017 Checkout.com (https://www.checkout.com)
* Author: David Fiaty | integration@checkout.com
*
* License GNU/GPL V3 https://www.gnu.org/licenses/gpl-3.0.en.html
*/
-->
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">

Expand Down
10 changes: 0 additions & 10 deletions etc/events.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<!--
/**
* Checkout.com Magento 2 Payment module (https://www.checkout.com)
*
* Copyright (c) 2017 Checkout.com (https://www.checkout.com)
* Author: David Fiaty | integration@checkout.com
*
* License GNU/GPL V3 https://www.gnu.org/licenses/gpl-3.0.en.html
*/
-->
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
<event name="payment_method_assign_data_checkout_com">
Expand Down
10 changes: 0 additions & 10 deletions etc/frontend/di.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<!--
/**
* Checkout.com Magento 2 Payment module (https://www.checkout.com)
*
* Copyright (c) 2017 Checkout.com (https://www.checkout.com)
* Author: David Fiaty | integration@checkout.com
*
* License GNU/GPL V3 https://www.gnu.org/licenses/gpl-3.0.en.html
*/
-->
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Magento\Checkout\Model\CompositeConfigProvider">
Expand Down
10 changes: 0 additions & 10 deletions etc/frontend/events.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<!--
/**
* Checkout.com Magento 2 Payment module (https://www.checkout.com)
*
* Copyright (c) 2017 Checkout.com (https://www.checkout.com)
* Author: David Fiaty | integration@checkout.com
*
* License GNU/GPL V3 https://www.gnu.org/licenses/gpl-3.0.en.html
*/
-->
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
<event name="checkout_onepage_controller_success_action">
Expand Down
10 changes: 0 additions & 10 deletions etc/frontend/routes.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<!--
/**
* Checkout.com Magento 2 Payment module (https://www.checkout.com)
*
* Copyright (c) 2017 Checkout.com (https://www.checkout.com)
* Author: David Fiaty | integration@checkout.com
*
* License GNU/GPL V3 https://www.gnu.org/licenses/gpl-3.0.en.html
*/
-->
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
<router id="standard">
Expand Down
10 changes: 0 additions & 10 deletions etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<!--
/**
* Checkout.com Magento 2 Payment module (https://www.checkout.com)
*
* Copyright (c) 2017 Checkout.com (https://www.checkout.com)
* Author: David Fiaty | integration@checkout.com
*
* License GNU/GPL V3 https://www.gnu.org/licenses/gpl-3.0.en.html
*/
-->
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="CheckoutCom_Magento2" setup_version="1.0.0">
Expand Down
10 changes: 0 additions & 10 deletions etc/webapi.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<!--
/**
* Checkout.com Magento 2 Payment module (https://www.checkout.com)
*
* Copyright (c) 2017 Checkout.com (https://www.checkout.com)
* Author: David Fiaty | integration@checkout.com
*
* License GNU/GPL V3 https://www.gnu.org/licenses/gpl-3.0.en.html
*/
-->
<?xml version="1.0"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../app/code/Magento/Webapi/etc/webapi.xsd">
<route url="/v1/charge" method="POST">
Expand Down