mining taxes invoices

This commit is contained in:
2021-02-25 21:39:56 +09:00
parent 9fc70ba03f
commit 14a37e869c
3 changed files with 92 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
'callback' => env('ESI_CALLBACK_URI'),
'primary' => env('ESI_PRIMARY_CHAR', 93738489),
'alliance' => env('ESI_ALLIANCE', 99004116),
'corporation' => env('ESI_CORPORATION', 98287666)
'corporation' => env('ESI_CORPORATION', 98287666),
'mining_tax' => 0.10,
];
?>