mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-06-27 22:36:39 +00:00
Static Analysis
This commit is contained in:
@@ -107,7 +107,7 @@ class SendEmailRequest extends Request
|
||||
}
|
||||
|
||||
if (isset($input['cc_email'])) {
|
||||
//** accept comma or space separated list of emails and deduplicate */
|
||||
//** Accept comma or space separated list of emails and deduplicate */
|
||||
$input['cc_email'] = collect(array_merge(explode(",", $input['cc_email']), explode(" ", $input['cc_email'])))
|
||||
->map(function ($email) {
|
||||
return strtolower(trim($email));
|
||||
|
||||
@@ -452,7 +452,6 @@ class FacturaEInvoice extends AbstractService
|
||||
'IDEC' => Facturae::TAX_IDEC,
|
||||
'ILTCAC' => Facturae::TAX_ILTCAC,
|
||||
'IGFEI' => Facturae::TAX_IGFEI,
|
||||
'ISS' => Facturae::TAX_ISS,
|
||||
'IMGSN' => Facturae::TAX_IMGSN,
|
||||
'IMSN' => Facturae::TAX_IMSN,
|
||||
'IMPN' => Facturae::TAX_IMPN,
|
||||
|
||||
Reference in New Issue
Block a user