Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Adyen Magento2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shared Libs
Adyen Magento2
Commits
a0e613d1
Commit
a0e613d1
authored
Sep 22, 2015
by
rikterbeek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added Adyen licence text to all files and removed some unused files
parent
0aff27fb
Changes
74
Hide whitespace changes
Inline
Side-by-side
Showing
74 changed files
with
1358 additions
and
228 deletions
+1358
-228
app/code/Adyen/Payment/Api/Data/NotificationInterface.php
app/code/Adyen/Payment/Api/Data/NotificationInterface.php
+22
-1
app/code/Adyen/Payment/Block/Adminhtml/System/Config/Field/Version.php
...n/Payment/Block/Adminhtml/System/Config/Field/Version.php
+21
-1
app/code/Adyen/Payment/Block/Form/Cc.php
app/code/Adyen/Payment/Block/Form/Cc.php
+20
-3
app/code/Adyen/Payment/Block/Hello.php
app/code/Adyen/Payment/Block/Hello.php
+0
-10
app/code/Adyen/Payment/Block/Info/Cc.php
app/code/Adyen/Payment/Block/Info/Cc.php
+20
-2
app/code/Adyen/Payment/Block/Info/Hpp.php
app/code/Adyen/Payment/Block/Info/Hpp.php
+20
-2
app/code/Adyen/Payment/Block/Redirect.php
app/code/Adyen/Payment/Block/Redirect.php
+22
-0
app/code/Adyen/Payment/Block/Validate3d.php
app/code/Adyen/Payment/Block/Validate3d.php
+22
-0
app/code/Adyen/Payment/Controller/Index/Index.php
app/code/Adyen/Payment/Controller/Index/Index.php
+21
-1
app/code/Adyen/Payment/Controller/Process/Cron.php
app/code/Adyen/Payment/Controller/Process/Cron.php
+21
-2
app/code/Adyen/Payment/Controller/Process/Index.php
app/code/Adyen/Payment/Controller/Process/Index.php
+0
-15
app/code/Adyen/Payment/Controller/Process/Json.php
app/code/Adyen/Payment/Controller/Process/Json.php
+21
-2
app/code/Adyen/Payment/Controller/Process/Redirect.php
app/code/Adyen/Payment/Controller/Process/Redirect.php
+21
-2
app/code/Adyen/Payment/Controller/Process/Result.php
app/code/Adyen/Payment/Controller/Process/Result.php
+21
-1
app/code/Adyen/Payment/Controller/Process/Validate3d.php
app/code/Adyen/Payment/Controller/Process/Validate3d.php
+21
-2
app/code/Adyen/Payment/Helper/Data.php
app/code/Adyen/Payment/Helper/Data.php
+20
-2
app/code/Adyen/Payment/Logger/AdyenLogger.php
app/code/Adyen/Payment/Logger/AdyenLogger.php
+22
-0
app/code/Adyen/Payment/Logger/Handler/AdyenDebug.php
app/code/Adyen/Payment/Logger/Handler/AdyenDebug.php
+19
-2
app/code/Adyen/Payment/Model/AdyenCcConfigProvider.php
app/code/Adyen/Payment/Model/AdyenCcConfigProvider.php
+20
-2
app/code/Adyen/Payment/Model/AdyenHppConfigProvider.php
app/code/Adyen/Payment/Model/AdyenHppConfigProvider.php
+20
-2
app/code/Adyen/Payment/Model/Api/ModificationRequest.php
app/code/Adyen/Payment/Model/Api/ModificationRequest.php
+0
-7
app/code/Adyen/Payment/Model/Api/PaymentRequest.php
app/code/Adyen/Payment/Model/Api/PaymentRequest.php
+19
-2
app/code/Adyen/Payment/Model/Config/Source/Cancelled.php
app/code/Adyen/Payment/Model/Config/Source/Cancelled.php
+21
-0
app/code/Adyen/Payment/Model/Config/Source/CaptureMode.php
app/code/Adyen/Payment/Model/Config/Source/CaptureMode.php
+19
-5
app/code/Adyen/Payment/Model/Config/Source/Complete.php
app/code/Adyen/Payment/Model/Config/Source/Complete.php
+21
-0
app/code/Adyen/Payment/Model/Config/Source/DemoMode.php
app/code/Adyen/Payment/Model/Config/Source/DemoMode.php
+19
-5
app/code/Adyen/Payment/Model/Config/Source/PaymentRoutine.php
...code/Adyen/Payment/Model/Config/Source/PaymentRoutine.php
+19
-5
app/code/Adyen/Payment/Model/Config/Source/RecurringType.php
app/code/Adyen/Payment/Model/Config/Source/RecurringType.php
+19
-5
app/code/Adyen/Payment/Model/Cron.php
app/code/Adyen/Payment/Model/Cron.php
+21
-0
app/code/Adyen/Payment/Model/Method/AdyenAbstract.php
app/code/Adyen/Payment/Model/Method/AdyenAbstract.php
+20
-2
app/code/Adyen/Payment/Model/Method/Cc.php
app/code/Adyen/Payment/Model/Method/Cc.php
+20
-6
app/code/Adyen/Payment/Model/Method/Hpp.php
app/code/Adyen/Payment/Model/Method/Hpp.php
+20
-2
app/code/Adyen/Payment/Model/Method/Test.php
app/code/Adyen/Payment/Model/Method/Test.php
+0
-56
app/code/Adyen/Payment/Model/Notification.php
app/code/Adyen/Payment/Model/Notification.php
+19
-2
app/code/Adyen/Payment/Model/RecurringType.php
app/code/Adyen/Payment/Model/RecurringType.php
+19
-2
app/code/Adyen/Payment/Model/Resource/Notification.php
app/code/Adyen/Payment/Model/Resource/Notification.php
+21
-0
app/code/Adyen/Payment/Model/Resource/Notification/Collection.php
.../Adyen/Payment/Model/Resource/Notification/Collection.php
+21
-0
app/code/Adyen/Payment/Model/System/Config/Source/Version.php
...code/Adyen/Payment/Model/System/Config/Source/Version.php
+0
-7
app/code/Adyen/Payment/Setup/InstallSchema.php
app/code/Adyen/Payment/Setup/InstallSchema.php
+21
-0
app/code/Adyen/Payment/etc/adminhtml/system.xml
app/code/Adyen/Payment/etc/adminhtml/system.xml
+23
-0
app/code/Adyen/Payment/etc/adminhtml/system/adyen_advanced_notifications.xml
...ent/etc/adminhtml/system/adyen_advanced_notifications.xml
+19
-2
app/code/Adyen/Payment/etc/adminhtml/system/adyen_advanced_order_processing.xml
.../etc/adminhtml/system/adyen_advanced_order_processing.xml
+19
-2
app/code/Adyen/Payment/etc/adminhtml/system/adyen_billing_agreements.xml
...Payment/etc/adminhtml/system/adyen_billing_agreements.xml
+19
-2
app/code/Adyen/Payment/etc/adminhtml/system/adyen_cc.xml
app/code/Adyen/Payment/etc/adminhtml/system/adyen_cc.xml
+19
-2
app/code/Adyen/Payment/etc/adminhtml/system/adyen_getting_started.xml
...en/Payment/etc/adminhtml/system/adyen_getting_started.xml
+19
-2
app/code/Adyen/Payment/etc/adminhtml/system/adyen_hpp.xml
app/code/Adyen/Payment/etc/adminhtml/system/adyen_hpp.xml
+19
-2
app/code/Adyen/Payment/etc/adminhtml/system/adyen_required_settings.xml
.../Payment/etc/adminhtml/system/adyen_required_settings.xml
+19
-2
app/code/Adyen/Payment/etc/config.xml
app/code/Adyen/Payment/etc/config.xml
+19
-2
app/code/Adyen/Payment/etc/crontab.xml
app/code/Adyen/Payment/etc/crontab.xml
+23
-0
app/code/Adyen/Payment/etc/di.xml
app/code/Adyen/Payment/etc/di.xml
+23
-0
app/code/Adyen/Payment/etc/frontend/di.xml
app/code/Adyen/Payment/etc/frontend/di.xml
+19
-2
app/code/Adyen/Payment/etc/frontend/routes.xml
app/code/Adyen/Payment/etc/frontend/routes.xml
+24
-3
app/code/Adyen/Payment/etc/module.xml
app/code/Adyen/Payment/etc/module.xml
+19
-2
app/code/Adyen/Payment/etc/payment.xml
app/code/Adyen/Payment/etc/payment.xml
+19
-2
app/code/Adyen/Payment/view/adminhtml/layout/adminhtml_system_config_edit.xml
...nt/view/adminhtml/layout/adminhtml_system_config_edit.xml
+19
-2
app/code/Adyen/Payment/view/adminhtml/templates/info/adyen_cc.phtml
...dyen/Payment/view/adminhtml/templates/info/adyen_cc.phtml
+19
-2
app/code/Adyen/Payment/view/adminhtml/templates/info/adyen_hpp.phtml
...yen/Payment/view/adminhtml/templates/info/adyen_hpp.phtml
+19
-2
app/code/Adyen/Payment/view/adminhtml/web/styles.css
app/code/Adyen/Payment/view/adminhtml/web/styles.css
+19
-3
app/code/Adyen/Payment/view/frontend/layout/adyen_process_redirect.xml
...n/Payment/view/frontend/layout/adyen_process_redirect.xml
+27
-5
app/code/Adyen/Payment/view/frontend/layout/adyen_process_validate3d.xml
...Payment/view/frontend/layout/adyen_process_validate3d.xml
+24
-2
app/code/Adyen/Payment/view/frontend/layout/checkout_index_index.xml
...yen/Payment/view/frontend/layout/checkout_index_index.xml
+19
-2
app/code/Adyen/Payment/view/frontend/layout/hello_index_index.xml
.../Adyen/Payment/view/frontend/layout/hello_index_index.xml
+0
-8
app/code/Adyen/Payment/view/frontend/templates/3dform.phtml
app/code/Adyen/Payment/view/frontend/templates/3dform.phtml
+23
-0
app/code/Adyen/Payment/view/frontend/templates/form.phtml
app/code/Adyen/Payment/view/frontend/templates/form.phtml
+23
-0
app/code/Adyen/Payment/view/frontend/templates/form/cc.phtml
app/code/Adyen/Payment/view/frontend/templates/form/cc.phtml
+19
-2
app/code/Adyen/Payment/view/frontend/templates/info/cc.phtml
app/code/Adyen/Payment/view/frontend/templates/info/cc.phtml
+19
-2
app/code/Adyen/Payment/view/frontend/templates/success.phtml
app/code/Adyen/Payment/view/frontend/templates/success.phtml
+0
-1
app/code/Adyen/Payment/view/frontend/web/js/action/place-order.js
.../Adyen/Payment/view/frontend/web/js/action/place-order.js
+19
-2
app/code/Adyen/Payment/view/frontend/web/js/action/set-payment-method.js
...Payment/view/frontend/web/js/action/set-payment-method.js
+19
-2
app/code/Adyen/Payment/view/frontend/web/js/view/payment/cc-method.js
...en/Payment/view/frontend/web/js/view/payment/cc-method.js
+19
-2
app/code/Adyen/Payment/view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js
...nd/web/js/view/payment/method-renderer/adyen-cc-method.js
+19
-2
app/code/Adyen/Payment/view/frontend/web/js/view/payment/method-renderer/adyen-hpp-method.js
...d/web/js/view/payment/method-renderer/adyen-hpp-method.js
+19
-2
app/code/Adyen/Payment/view/frontend/web/template/payment/cc-form.html
...n/Payment/view/frontend/web/template/payment/cc-form.html
+19
-2
app/code/Adyen/Payment/view/frontend/web/template/payment/hpp-form.html
.../Payment/view/frontend/web/template/payment/hpp-form.html
+19
-2
No files found.
app/code/Adyen/Payment/Api/Data/NotificationInterface.php
View file @
a0e613d1
<?php
namespace
Adyen\Payment\Api\Data
;
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Api\Data
;
interface
NotificationInterface
{
...
...
app/code/Adyen/Payment/Block/Adminhtml/System/Config/Field/Version.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
/**
* Field renderer for PayPal merchant country selector
*/
namespace
Adyen\Payment\Block\Adminhtml\System\Config\Field
;
class
Version
extends
\Magento\Config\Block\System\Config\Form\Field
{
protected
function
_getElementHtml
(
\Magento\Framework\Data\Form\Element\AbstractElement
$element
)
...
...
app/code/Adyen/Payment/Block/Form/Cc.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Block\Form
;
namespace
Adyen\Payment\Block\Form
;
class
Cc
extends
\Magento\Payment\Block\Form
{
...
...
app/code/Adyen/Payment/Block/Hello.php
deleted
100755 → 0
View file @
0aff27fb
<?php
namespace
Adyen\Payment\Block
;
class
Hello
extends
\Magento\Framework\View\Element\Template
{
public
function
_prepareLayout
()
{
return
parent
::
_prepareLayout
();
}
}
\ No newline at end of file
app/code/Adyen/Payment/Block/Info/Cc.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Block\Info
;
class
Cc
extends
\Magento\Payment\Block\Info
...
...
app/code/Adyen/Payment/Block/Info/Hpp.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Block\Info
;
class
Hpp
extends
\Magento\Payment\Block\Info
...
...
app/code/Adyen/Payment/Block/Redirect.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Block
;
use
Symfony\Component\Config\Definition\Exception\Exception
;
...
...
app/code/Adyen/Payment/Block/Validate3d.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Block
;
use
Symfony\Component\Config\Definition\Exception\Exception
;
...
...
app/code/Adyen/Payment/Controller/Index/Index.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Controller\Index
;
...
...
app/code/Adyen/Payment/Controller/Process/Cron.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Controller\Process
;
use
Symfony\Component\Config\Definition\Exception\Exception
;
/**
...
...
app/code/Adyen/Payment/Controller/Process/Index.php
deleted
100755 → 0
View file @
0aff27fb
<?php
namespace
Adyen\Payment\Controller\Process
;
class
Index
extends
\Magento\Framework\App\Action\Action
{
public
function
execute
()
{
echo
'test'
;
die
();
$this
->
_view
->
loadLayout
();
$this
->
_view
->
getLayout
()
->
initMessages
();
$this
->
_view
->
renderLayout
();
}
}
\ No newline at end of file
app/code/Adyen/Payment/Controller/Process/Json.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Controller\Process
;
use
Symfony\Component\Config\Definition\Exception\Exception
;
/**
...
...
app/code/Adyen/Payment/Controller/Process/Redirect.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Controller\Process
;
class
Redirect
extends
\Magento\Framework\App\Action\Action
{
...
...
app/code/Adyen/Payment/Controller/Process/Result.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Controller\Process
;
...
...
app/code/Adyen/Payment/Controller/Process/Validate3d.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Controller\Process
;
class
Validate3d
extends
\Magento\Framework\App\Action\Action
{
/**
...
...
app/code/Adyen/Payment/Helper/Data.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Helper
;
use
Magento\Framework\App\Helper\AbstractHelper
;
...
...
app/code/Adyen/Payment/Logger/AdyenLogger.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Logger
;
use
Monolog\Logger
;
...
...
app/code/Adyen/Payment/Logger/Handler/AdyenDebug.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Logger\Handler
;
...
...
app/code/Adyen/Payment/Model/AdyenCcConfigProvider.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Model
;
use
Magento\Payment\Model\CcGenericConfigProvider
;
...
...
app/code/Adyen/Payment/Model/AdyenHppConfigProvider.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Model
;
use
Magento\Checkout\Model\ConfigProviderInterface
;
...
...
app/code/Adyen/Payment/Model/Api/ModificationRequest.php
deleted
100755 → 0
View file @
0aff27fb
<?php
/**
* Created by PhpStorm.
* User: rikt
* Date: 6/16/15
* Time: 2:18 PM
*/
\ No newline at end of file
app/code/Adyen/Payment/Model/Api/PaymentRequest.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Model\Api
;
...
...
app/code/Adyen/Payment/Model/Config/Source/Cancelled.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Model\Config\Source
;
...
...
app/code/Adyen/Payment/Model/Config/Source/CaptureMode.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
/**
* Order Statuses source model
*/
namespace
Adyen\Payment\Model\Config\Source
;
class
CaptureMode
implements
\Magento\Framework\Option\ArrayInterface
...
...
app/code/Adyen/Payment/Model/Config/Source/Complete.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Model\Config\Source
;
...
...
app/code/Adyen/Payment/Model/Config/Source/DemoMode.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
/**
* Order Statuses source model
*/
namespace
Adyen\Payment\Model\Config\Source
;
class
DemoMode
implements
\Magento\Framework\Option\ArrayInterface
...
...
app/code/Adyen/Payment/Model/Config/Source/PaymentRoutine.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
/**
* Order Statuses source model
*/
namespace
Adyen\Payment\Model\Config\Source
;
class
PaymentRoutine
implements
\Magento\Framework\Option\ArrayInterface
...
...
app/code/Adyen/Payment/Model/Config/Source/RecurringType.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
/**
* Order Statuses source model
*/
namespace
Adyen\Payment\Model\Config\Source
;
class
RecurringType
implements
\Magento\Framework\Option\ArrayInterface
...
...
app/code/Adyen/Payment/Model/Cron.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Model
;
...
...
app/code/Adyen/Payment/Model/Method/AdyenAbstract.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Model\Method
;
use
Magento\Framework\Object
;
...
...
app/code/Adyen/Payment/Model/Method/Cc.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Model\Method
;
/**
* @method \Magento\Quote\Api\Data\PaymentMethodExtensionInterface getExtensionAttributes()
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class
Cc
extends
\Magento\Payment\Model\Method\Cc
{
...
...
app/code/Adyen/Payment/Model/Method/Hpp.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Model\Method
;
use
Magento\Framework\Object
;
...
...
app/code/Adyen/Payment/Model/Method/Test.php
deleted
100755 → 0
View file @
0aff27fb
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
namespace
Adyen\Payment\Model\Method
;
/**
* Class Checkmo
*
* @method \Magento\Quote\Api\Data\PaymentMethodExtensionInterface getExtensionAttributes()
*/
class
Test
extends
\Magento\Payment\Model\Method\AbstractMethod
{
const
PAYMENT_METHOD_CHECKMO_CODE
=
'test'
;
/**
* Payment method code
*
* @var string
*/
protected
$_code
=
self
::
PAYMENT_METHOD_CHECKMO_CODE
;
/**
* @var string
*/
protected
$_formBlockType
=
'Magento\OfflinePayments\Block\Form\Checkmo'
;
/**
* @var string
*/
protected
$_infoBlockType
=
'Magento\OfflinePayments\Block\Info\Checkmo'
;
/**
* Availability option
*
* @var bool
*/
protected
$_isOffline
=
true
;
/**
* @return string
*/
public
function
getPayableTo
()
{
return
$this
->
getConfigData
(
'payable_to'
);
}
/**
* @return string
*/
public
function
getMailingAddress
()
{
return
$this
->
getConfigData
(
'mailing_address'
);
}
}
app/code/Adyen/Payment/Model/Notification.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Model
;
...
...
app/code/Adyen/Payment/Model/RecurringType.php
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Model
;
...
...
app/code/Adyen/Payment/Model/Resource/Notification.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Model\Resource
;
...
...
app/code/Adyen/Payment/Model/Resource/Notification/Collection.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Model\Resource\Notification
;
...
...
app/code/Adyen/Payment/Model/System/Config/Source/Version.php
deleted
100644 → 0
View file @
0aff27fb
<?php
/**
* Created by PhpStorm.
* User: rikt
* Date: 9/15/15
* Time: 10:00 AM
*/
\ No newline at end of file
app/code/Adyen/Payment/Setup/InstallSchema.php
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
namespace
Adyen\Payment\Setup
;
...
...
app/code/Adyen/Payment/etc/adminhtml/system.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../Magento/Config/etc/system_file.xsd"
>
<system>
...
...
app/code/Adyen/Payment/etc/adminhtml/system/adyen_advanced_notifications.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<include
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../../Magento/Config/etc/system_include.xsd"
>
...
...
app/code/Adyen/Payment/etc/adminhtml/system/adyen_advanced_order_processing.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<include
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../../Magento/Config/etc/system_include.xsd"
>
...
...
app/code/Adyen/Payment/etc/adminhtml/system/adyen_billing_agreements.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<include
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../../Magento/Config/etc/system_include.xsd"
>
...
...
app/code/Adyen/Payment/etc/adminhtml/system/adyen_cc.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<include
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../../Magento/Config/etc/system_include.xsd"
>
...
...
app/code/Adyen/Payment/etc/adminhtml/system/adyen_getting_started.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<include
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../../Magento/Config/etc/system_include.xsd"
>
...
...
app/code/Adyen/Payment/etc/adminhtml/system/adyen_hpp.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<include
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../../Magento/Config/etc/system_include.xsd"
>
...
...
app/code/Adyen/Payment/etc/adminhtml/system/adyen_required_settings.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<include
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../../Magento/Config/etc/system_include.xsd"
>
...
...
app/code/Adyen/Payment/etc/config.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../Magento/Store/etc/config.xsd"
>
...
...
app/code/Adyen/Payment/etc/crontab.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../Magento/Cron/etc/crontab.xsd"
>
<group
id=
"index"
>
<job
name=
"adyen_payment_process_notification"
instance=
"Adyen\Payment\Model\Cron"
method=
"processNotification"
>
...
...
app/code/Adyen/Payment/etc/di.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../../lib/internal/Magento/Framework/ObjectManager/etc/config.xsd"
>
<type
name=
"Adyen\Payment\Logger\Handler\AdyenDebug"
>
...
...
app/code/Adyen/Payment/etc/frontend/di.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../../../lib/internal/Magento/Framework/ObjectManager/etc/config.xsd"
>
...
...
app/code/Adyen/Payment/etc/frontend/routes.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../../../lib/internal/Magento/Framework/App/etc/routes.xsd"
>
<router
id=
"standard"
>
<route
id=
"hello"
frontName=
"hello"
>
<module
name=
"Adyen_Payment"
/>
</route>
<route
id=
"adyen"
frontName=
"adyen"
>
<module
name=
"Adyen_Payment"
/>
</route>
...
...
app/code/Adyen/Payment/etc/module.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd"
>
...
...
app/code/Adyen/Payment/etc/payment.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<payment
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
...
...
app/code/Adyen/Payment/view/adminhtml/layout/adminhtml_system_config_edit.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<page
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd"
>
...
...
app/code/Adyen/Payment/view/adminhtml/templates/info/adyen_cc.phtml
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
// @codingStandardsIgnoreFile
...
...
app/code/Adyen/Payment/view/adminhtml/templates/info/adyen_hpp.phtml
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
// @codingStandardsIgnoreFile
...
...
app/code/Adyen/Payment/view/adminhtml/web/styles.css
View file @
a0e613d1
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
.adyen-method-adyen-cc
>
.entry-edit-head
>
.config-heading
.heading
strong
{
padding-left
:
90px
;
background
:
url(images/adyen-logo.png)
no-repeat
0
0
;
background-size
:
83px
24px
;
line-height
:
23px
;}
\ No newline at end of file
app/code/Adyen/Payment/view/frontend/layout/adyen_process_redirect.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<layout
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/layout_generic.xsd"
>
<container
name=
"root"
>
<block
class=
"Adyen\Payment\Block\Redirect"
name=
"adyen-form"
template=
"form.phtml"
cacheable=
"false"
/>
</container>
<container
name=
"root"
>
<block
class=
"Adyen\Payment\Block\Redirect"
name=
"adyen-form"
template=
"form.phtml"
cacheable=
"false"
/>
</container>
</layout>
\ No newline at end of file
app/code/Adyen/Payment/view/frontend/layout/adyen_process_validate3d.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<layout
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/layout_generic.xsd"
>
<container
name=
"root"
>
<block
class=
"Adyen\Payment\Block\Validate3d"
name=
"adyen-form-validate3d"
template=
"3dform.phtml"
cacheable=
"false"
/>
...
...
app/code/Adyen/Payment/view/frontend/layout/checkout_index_index.xml
View file @
a0e613d1
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<page
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
layout=
"1column"
xsi:noNamespaceSchemaLocation=
"../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd"
>
...
...
app/code/Adyen/Payment/view/frontend/layout/hello_index_index.xml
deleted
100755 → 0
View file @
0aff27fb
<page
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd"
>
<body>
<referenceContainer
name=
"content"
>
<block
class=
"Adyen\Payment\Block\Hello"
name=
"hello"
template=
"success.phtml"
>
</block>
</referenceContainer>
</body>
</page>
\ No newline at end of file
app/code/Adyen/Payment/view/frontend/templates/3dform.phtml
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
?>
<body
onload=
"document.getElementById('3dform').submit();"
>
<form
method=
"POST"
action=
"
<?php
echo
$block
->
getIssuerUrl
();
?>
"
id=
"3dform"
>
<input
type=
"hidden"
name=
"PaReq"
value=
"
<?php
echo
$block
->
getPaReq
();
?>
"
/>
...
...
app/code/Adyen/Payment/view/frontend/templates/form.phtml
View file @
a0e613d1
<?php
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
?>
<html>
<head>
</head>
...
...
app/code/Adyen/Payment/view/frontend/templates/form/cc.phtml
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
// @codingStandardsIgnoreFile
...
...
app/code/Adyen/Payment/view/frontend/templates/info/cc.phtml
View file @
a0e613d1
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
// @codingStandardsIgnoreFile
...
...
app/code/Adyen/Payment/view/frontend/templates/success.phtml
deleted
100755 → 0
View file @
0aff27fb
<?php
echo
"Successful! This is a simple module in Magento 2.0"
;
?>
\ No newline at end of file
app/code/Adyen/Payment/view/frontend/web/js/action/place-order.js
View file @
a0e613d1
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
define
(
[
...
...
app/code/Adyen/Payment/view/frontend/web/js/action/set-payment-method.js
View file @
a0e613d1
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
define
(
[
...
...
app/code/Adyen/Payment/view/frontend/web/js/view/payment/cc-method.js
View file @
a0e613d1
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
/*browser:true*/
/*global define*/
...
...
app/code/Adyen/Payment/view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js
View file @
a0e613d1
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
/*browser:true*/
/*global define*/
...
...
app/code/Adyen/Payment/view/frontend/web/js/view/payment/method-renderer/adyen-hpp-method.js
View file @
a0e613d1
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
/*browser:true*/
/*global define*/
...
...
app/code/Adyen/Payment/view/frontend/web/template/payment/cc-form.html
View file @
a0e613d1
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<div
class=
"payment-method"
data-bind=
"css: {'_active': (getCode() == isChecked())}"
>
...
...
app/code/Adyen/Payment/view/frontend/web/template/payment/hpp-form.html
View file @
a0e613d1
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
*
* Adyen Payment module (https://www.adyen.com/)
*
* Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
* See LICENSE.txt for license details.
*
* Author: Adyen <magento@adyen.com>
*/
-->
<div
class=
"payment-method"
data-bind=
"css: {'_active': (getCode() == isChecked())}"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment