Skip to content

Commit

Permalink
Merge branch 'hotfix/2.4.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
nabil509 committed Jun 19, 2020
2 parents 98e445c + 1445d35 commit 17290cd
Show file tree
Hide file tree
Showing 235 changed files with 94 additions and 17,072 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
class CategoryMapping extends \Lyranetwork\Payzen\Block\Adminhtml\System\Config\Form\Field\FieldArray\ConfigFieldArray
{

/**
*
* @var \Lyranetwork\Payzen\Model\System\Config\Source\CategoryFactory
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
class CustgroupOptions extends \Lyranetwork\Payzen\Block\Adminhtml\System\Config\Form\Field\FieldArray\ConfigFieldArray
{

/**
*
* @var \Magento\Customer\Model\GroupFactory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
abstract class ConfigFieldArray extends \Magento\Config\Block\System\Config\Form\Field\FieldArray\AbstractFieldArray
{

/**
*
* @var bool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
class FullcbPaymentOptions extends \Lyranetwork\Payzen\Block\Adminhtml\System\Config\Form\Field\FieldArray\ConfigFieldArray
{

protected $staticTable = true;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
class AddedCards extends \Lyranetwork\Payzen\Block\Adminhtml\System\Config\Form\Field\FieldArray\ConfigFieldArray
{

/**
* Prepare to render.
*
Expand Down
1 change: 0 additions & 1 deletion Block/Adminhtml/System/Config/Form/Field/Label.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
class Label extends \Magento\Config\Block\System\Config\Form\Field
{

/**
* Unset some non-related element parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
class MultiPaymentOptions extends \Lyranetwork\Payzen\Block\Adminhtml\System\Config\Form\Field\FieldArray\ConfigFieldArray
{

/**
* Prepare to render.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

class ColumnLabel extends \Magento\Framework\View\Element\AbstractBlock
{

protected function _toHtml()
{
$column = $this->getColumn();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

class ColumnList extends \Magento\Framework\View\Element\AbstractBlock
{

protected function _toHtml()
{
$column = $this->getColumn();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

class ColumnUploadButton extends \Magento\Framework\View\Element\AbstractBlock
{

/**
*
* @var\Magento\Store\Model\StoreManagerInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
class RestPlaceholders extends \Lyranetwork\Payzen\Block\Adminhtml\System\Config\Form\Field\FieldArray\ConfigFieldArray
{

/**
*
* @var bool
Expand Down
1 change: 0 additions & 1 deletion Block/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

final class Constants
{

const PARAMS_REGISTRY_KEY = 'payzen_form_params';

const URL_REGISTRY_KEY = 'payzen_form_url';
Expand Down
25 changes: 0 additions & 25 deletions Block/Payment/Form/Choozeo.php

This file was deleted.

1 change: 0 additions & 1 deletion Block/Payment/Form/Fullcb.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

class Fullcb extends Payzen
{

protected $_template = 'Lyranetwork_Payzen::payment/form/fullcb.phtml';

public function getAvailableOptions()
Expand Down
1 change: 0 additions & 1 deletion Block/Payment/Form/Gift.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

class Gift extends Payzen
{

protected $_template = 'Lyranetwork_Payzen::payment/form/gift.phtml';

public function getAvailableCcTypes()
Expand Down
1 change: 0 additions & 1 deletion Block/Payment/Form/Multi.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

class Multi extends Payzen
{

protected $_template = 'Lyranetwork_Payzen::payment/form/multi.phtml';

public function getAvailableCcTypes()
Expand Down
1 change: 0 additions & 1 deletion Block/Payment/Form/Paypal.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@

class Paypal extends Payzen
{

protected $_template = 'Lyranetwork_Payzen::payment/form/paypal.phtml';
}
1 change: 0 additions & 1 deletion Block/Payment/Form/Payzen.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

abstract class Payzen extends \Magento\Payment\Block\Form
{

/**
*
* @var \Lyranetwork\Payzen\Helper\Data
Expand Down
1 change: 0 additions & 1 deletion Block/Payment/Form/Sepa.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@

class Sepa extends Payzen
{

protected $_template = 'Lyranetwork_Payzen::payment/form/sepa.phtml';
}
1 change: 0 additions & 1 deletion Block/Payment/Form/Standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

class Standard extends Payzen
{

protected $_template = 'Lyranetwork_Payzen::payment/form/standard.phtml';

public function getAvailableCcTypes()
Expand Down
1 change: 0 additions & 1 deletion Block/Payment/Iframe/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

class Response extends \Magento\Framework\View\Element\Template
{

/**
*
* @var string
Expand Down
1 change: 0 additions & 1 deletion Block/Payment/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

class Info extends \Magento\Payment\Block\Info
{

/**
*
* @var string
Expand Down
1 change: 0 additions & 1 deletion Block/Payment/Redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

class Redirect extends \Magento\Framework\View\Element\Template
{

/**
*
* @var \Magento\Framework\Registry
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.4.7, 2020-06-19:
- [embedded] Bug fix: Amount did not include shipping fees when using embedded payment fields in some cases.
- [embedded] Bug fix: Compatibility of payment with embedded fields with Internet Explorer 11.
- [embedded] Bug fix: Error 500 due to riskControl modified format in REST response.
- Bug fix: Fix brand choice field management when returning to store for a payment with gift card.

2.4.6, 2020-05-12:
- Some minor fixes.
- [embedded] Bug fix: Use the correct return and private keys according to the plugin context mode.
Expand Down
1 change: 0 additions & 1 deletion Controller/Adminhtml/Payment/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

class Response extends \Magento\Backend\App\Action
{

/**
* @var \Lyranetwork\Payzen\Helper\Data
*/
Expand Down
1 change: 0 additions & 1 deletion Controller/Payment/Check.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

class Check extends \Magento\Framework\App\Action\Action
{

/**
*
* @var \Lyranetwork\Payzen\Controller\Processor\CheckProcessor
Expand Down
1 change: 0 additions & 1 deletion Controller/Payment/Iframe/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

class Loader extends \Magento\Framework\App\Action\Action
{

/**
*
* @var \Magento\Framework\View\Result\PageFactory
Expand Down
1 change: 0 additions & 1 deletion Controller/Payment/Redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

class Redirect extends \Magento\Framework\App\Action\Action
{

/**
*
* @var \Magento\Sales\Model\OrderFactory
Expand Down
1 change: 0 additions & 1 deletion Controller/Payment/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

class Response extends \Magento\Framework\App\Action\Action
{

/**
*
* @var \Lyranetwork\Payzen\Helper\Data
Expand Down
1 change: 0 additions & 1 deletion Controller/Payment/Rest/Check.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

class Check extends \Lyranetwork\Payzen\Controller\Payment\Check
{

/**
*
* @var \Lyranetwork\Payzen\Helper\Data
Expand Down
1 change: 0 additions & 1 deletion Controller/Payment/Rest/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

class Response extends \Lyranetwork\Payzen\Controller\Payment\Response
{

/**
*
* @var \Magento\Sales\Model\OrderFactory
Expand Down
1 change: 0 additions & 1 deletion Controller/Payment/Rest/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

class Token extends \Magento\Framework\App\Action\Action
{

/**
* @var \Magento\Framework\Data\Form\FormKey\Validator
*/
Expand Down
1 change: 0 additions & 1 deletion Controller/Processor/CheckProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

class CheckProcessor
{

/**
*
* @var \Lyranetwork\Payzen\Helper\Data
Expand Down
1 change: 0 additions & 1 deletion Controller/Processor/RedirectProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

class RedirectProcessor
{

/**
*
* @var \Lyranetwork\Payzen\Helper\Data
Expand Down
1 change: 0 additions & 1 deletion Controller/Processor/ResponseProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

class ResponseProcessor
{

/**
*
* @var \Lyranetwork\Payzen\Helper\Data
Expand Down
Loading

0 comments on commit 17290cd

Please sign in to comment.