| Current Path : /home/rtorresani/www/vendor/magento/module-paypal/Helper/Shortcut/ |
| Current File : //home/rtorresani/www/vendor/magento/module-paypal/Helper/Shortcut/ValidatorInterface.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Paypal\Helper\Shortcut;
/**
* Interface \Magento\Paypal\Helper\Shortcut\ValidatorInterface
*
* @api
*/
interface ValidatorInterface
{
/**
* Validates shortcut
*
* @param string $code
* @param bool $isInCatalog
* @return bool
*/
public function validate($code, $isInCatalog);
}