-
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 #529 from magento-mpi/MPI-bugfixes
[MPI] Bugfixes
- Loading branch information
Showing
33 changed files
with
753 additions
and
445 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
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
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
24 changes: 24 additions & 0 deletions
24
app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Depends/BmlApiSortOrder.php
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,24 @@ | ||
<?php | ||
/** | ||
* Copyright © 2016 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
namespace Magento\Paypal\Block\Adminhtml\System\Config\Field\Depends; | ||
|
||
use Magento\Paypal\Block\Adminhtml\System\Config\Field\Enable\AbstractEnable; | ||
|
||
/** | ||
* Class BmlSortOrderApi | ||
*/ | ||
class BmlApiSortOrder extends AbstractEnable | ||
{ | ||
/** | ||
* Getting the name of a UI attribute | ||
* | ||
* @return string | ||
*/ | ||
protected function getDataAttributeName() | ||
{ | ||
return 'bml-api-sort-order'; | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Depends/BmlSortOrder.php
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,24 @@ | ||
<?php | ||
/** | ||
* Copyright © 2016 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
namespace Magento\Paypal\Block\Adminhtml\System\Config\Field\Depends; | ||
|
||
use Magento\Paypal\Block\Adminhtml\System\Config\Field\Enable\AbstractEnable; | ||
|
||
/** | ||
* Class BmlSortOrder | ||
*/ | ||
class BmlSortOrder extends AbstractEnable | ||
{ | ||
/** | ||
* Getting the name of a UI attribute | ||
* | ||
* @return string | ||
*/ | ||
protected function getDataAttributeName() | ||
{ | ||
return 'bml-sort-order'; | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
app/code/Magento/Paypal/Block/Adminhtml/System/Config/Field/Depends/MerchantId.php
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,24 @@ | ||
<?php | ||
/** | ||
* Copyright © 2016 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
namespace Magento\Paypal\Block\Adminhtml\System\Config\Field\Depends; | ||
|
||
use Magento\Paypal\Block\Adminhtml\System\Config\Field\Enable\AbstractEnable; | ||
|
||
/** | ||
* Class MerchantId | ||
*/ | ||
class MerchantId extends AbstractEnable | ||
{ | ||
/** | ||
* Getting the name of a UI attribute | ||
* | ||
* @return string | ||
*/ | ||
protected function getDataAttributeName() | ||
{ | ||
return 'merchant-id'; | ||
} | ||
} |
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
Oops, something went wrong.