示例#1
0
 /**
  * Uninstall Sofortueberweisung CoreShop addon.
  *
  * @param Installer $installer
  */
 public function uninstall(Installer $installer)
 {
     $installer->removeObjectBrick('CoreShopPaymentSofortueberweisung');
 }
示例#2
0
 /**
  * Uninstall Omnipay CoreShop addon
  *
  * @param Installer $installer
  */
 public function uninstall(Installer $installer)
 {
     $installer->removeObjectBrick("CoreShopPaymentOmnipay");
     $installer->removeStaticRoutes(PIMCORE_PLUGINS_PATH . "/Omnipay/install/routes.xml");
 }
示例#3
0
 /**
  * Uninstall Paypal CoreShop addon
  *
  * @param Installer $installer
  */
 public function uninstall(Installer $installer)
 {
     $installer->removeObjectBrick("CoreShopPaymentPaypal");
 }