mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-24 03:20:33 +02:00
Added invoice generator
This commit is contained in:
parent
f792af87d2
commit
e609b3f84d
2 changed files with 125 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue