* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * @copyright PayPal */ namespace PaypalAddons\services; use Media; class PaypalMedia { /** * @return array */ public function getJqueryPath() { if (version_compare(_PS_VERSION_, '1.7.7', '<')) { return Media::getJqueryPath(); } return []; } }