<?php
namespace Factory\Payment\AuthorizeBundle;
use Pimcore\Extension\Bundle\AbstractPimcoreBundle;
class FactoryPaymentAuthorizeBundle extends AbstractPimcoreBundle
{
public function getJsPaths()
{
return [
'/bundles/factorypaymentauthorize/js/pimcore/startup.js'
];
}
}