Ejemplo n.º 1
0
 public function deleteGatewayProductsByPluginKey($pluginKey)
 {
     $this->billingGatewayProductDao->deleteByPluginKey($pluginKey);
 }