-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 #516 from magento-mpi/MPI-BUGFIX-S69
[MPI] Bugfixes S69
- Loading branch information
Showing
7 changed files
with
86 additions
and
8 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
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
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
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 |
---|---|---|
@@ -1,23 +1,25 @@ | ||
<?php | ||
/** | ||
* | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
namespace Magento\Paypal\Controller\Payflow; | ||
|
||
class Form extends \Magento\Paypal\Controller\Payflow | ||
use Magento\Paypal\Controller\Payflow; | ||
|
||
/** | ||
* Class Form | ||
*/ | ||
class Form extends Payflow | ||
{ | ||
/** | ||
* Submit transaction to Payflow getaway into iframe | ||
* | ||
* @return void | ||
* @SuppressWarnings(PHPMD.UnusedLocalVariable) | ||
*/ | ||
public function execute() | ||
{ | ||
$this->getResponse()->setHeader('P3P', 'CP="CAO PSA OUR"'); | ||
$this->_view->loadLayout(false)->renderLayout(); | ||
$layout = $this->_view->getLayout(); | ||
} | ||
} |
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
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
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": "Magento2", | ||
"author": "Magento, an eBay Inc. company", | ||
"description": "Magento2 node modules dependencies for local development", | ||
"version": "1.0.0-beta", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/magento/magento2.git" | ||
}, | ||
"homepage": "http://magento.com/", | ||
"devDependencies": { | ||
"glob": "^5.0.14", | ||
"grunt": "^0.4.5", | ||
"grunt-autoprefixer": "^2.0.0", | ||
"grunt-banner": "^0.4.0", | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-contrib-connect": "^0.9.0", | ||
"grunt-contrib-cssmin": "^0.10.0", | ||
"grunt-contrib-imagemin": "^0.9.2", | ||
"grunt-contrib-jasmine": "^0.8.1", | ||
"grunt-contrib-less": "^0.12.0", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"grunt-eslint": "^16.0.0", | ||
"grunt-exec": "^0.4.6", | ||
"grunt-jscs": "^1.8.0", | ||
"grunt-replace": "^0.9.2", | ||
"grunt-styledocco": "^0.1.4", | ||
"grunt-template-jasmine-requirejs": "^0.2.3", | ||
"grunt-text-replace": "^0.4.0", | ||
"imagemin-svgo": "^4.0.1", | ||
"jscs-jsdoc": "^1.1.0", | ||
"load-grunt-config": "^0.16.0", | ||
"morgan": "^1.5.0", | ||
"node-minify": "^1.0.1", | ||
"path": "^0.11.14", | ||
"serve-static": "^1.7.1", | ||
"strip-json-comments": "^1.0.2", | ||
"time-grunt": "^1.0.0", | ||
"underscore": "^1.7.0" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
} | ||
} |