/**
  * Install Sofortueberweisung CoreShop addon.
  *
  * @param Installer $installer
  */
 public function install(Installer $installer)
 {
     $installer->createObjectBrick('CoreShopPaymentSofortueberweisung', PIMCORE_PLUGINS_PATH . '/Sofortueberweisung/install/objectbrick-CoreShopPaymentSofortueberweisung.json');
 }
Exemple #2
0
 /**
  * Install Omnipay CoreShop addon
  *
  * @param Installer $installer
  */
 public function install(Installer $installer)
 {
     $installer->createObjectBrick("CoreShopPaymentOmnipay", PIMCORE_PLUGINS_PATH . "/Omnipay/install/objectbrick-CoreShopPaymentOmnipay.json");
     $installer->createStaticRoutes(PIMCORE_PLUGINS_PATH . "/Omnipay/install/routes.xml");
 }
Exemple #3
0
 /**
  * Install Paypal CoreShop addon
  *
  * @param Installer $installer
  */
 public function install(Installer $installer)
 {
     $installer->createObjectBrick("CoreShopPaymentPaypal", PIMCORE_PLUGINS_PATH . "/Paypal/install/objectbrick-CoreShopPaymentPaypal.json");
 }