Skip to content

Commit

Permalink
Adding config file
Browse files Browse the repository at this point in the history
  • Loading branch information
gogl92 authored Oct 28, 2023
1 parent eb5fd44 commit 9a1e088
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/facturacom.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@

// config for Inquid/LaravelFacturacom
return [

'api_key' => env('FACTURACOM_API_KEY', ''),
'secret_key' => env('FACTURACOM_SECRET_KEY', ''),
'fplugin' => env('FACTURACOM_FPLUGIN', '9d4095c8f7ed5785cb14c0e3b033eeb8252416ed'),
'path_pdf' => env('FACTURACOM_PATH_PDF',"cfdi_files/pdf"),
'path_xml' => env('FACTURACOM_PATH_XML',"cfdi_files/xml"),
];

0 comments on commit 9a1e088

Please sign in to comment.