| Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-payment/Model/Config/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/module-payment/Model/Config/Reader.php |
<?php
/**
* Payment config reader
*
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Payment\Model\Config;
class Reader extends \Magento\Framework\Config\Reader\Filesystem
{
/**
* List of identifier attributes for merging
*
* @var array
*/
protected $_idAttributes = [
'/payment/credit_cards/type' => 'id',
'/payment/groups/group' => 'id',
'/payment/methods/method' => 'name',
];
}