Added invoice generator

This commit is contained in:
Pinga 2023-12-01 01:12:16 +02:00
parent f792af87d2
commit e609b3f84d
2 changed files with 125 additions and 1 deletions

View file

@ -141,7 +141,7 @@ $server->start();
/* USAGE
$url = 'http://127.0.0.1:8250';
$data = ['type' => 'sendgrid', 'other_params' => '...'];
$data = ['type' => 'sendmail', 'other_params' => '...'];
$options = [
CURLOPT_RETURNTRANSFER => true,