Skip to content

Instantly share code, notes, and snippets.

@mauriciogofas
Last active March 23, 2019 05:08
Show Gist options
  • Select an option

  • Save mauriciogofas/77803f8ae8e123cf882d05b63afd1fed to your computer and use it in GitHub Desktop.

Select an option

Save mauriciogofas/77803f8ae8e123cf882d05b63afd1fed to your computer and use it in GitHub Desktop.
/modules/gateways/gofasgerencianetboleto/includes/customconfig/product_groups_to_ignore.php
<?php
/**
* Módulo Gerencinet Boleto para WHMCS
* @author Mauricio Gofas | gofas.net
* @see https://gofas.net/?p=7893
* @copyright 2016->2018 Gofas Softwares
* @license https://gofas.net?p=9340
* @support https://gofas.net/?p=7856
* @version 2.2.1
*/
if(!defined('WHMCS')) { die('Esse arquivo não pode ser acessado diretamente'); }
/**
*
* If extra custom configs, show here
* since v2_2_0
*
*/
$product_groups_to_ignore = array(
array(
'FriendlyName' => $opt_num++.'- Grupos de produtos que Não devem gerar o boleto',
'Type' => 'text',
'Size' => '100',
'Default' => '',
'Description' => 'Digite os IDs dos grupos de produtos, separados por vírgula, que <b>Não</b> devem gerar o Boleto ao Gerar a Fatura. Exemplo: 1,2,3,4,5 ',
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment