invoice stuff
This commit is contained in:
@@ -90,6 +90,8 @@ class MiningTaxesInvoices extends Command
|
|||||||
//Reduce the total price by the take percentage
|
//Reduce the total price by the take percentage
|
||||||
$invoiceAmount = $totalPrice * $config['mining_tax'];
|
$invoiceAmount = $totalPrice * $config['mining_tax'];
|
||||||
$invoiceAmount = round($invoiceAmount, 2);
|
$invoiceAmount = round($invoiceAmount, 2);
|
||||||
|
|
||||||
|
dd($invoiceAmount);
|
||||||
|
|
||||||
//Get the character name from the character id
|
//Get the character name from the character id
|
||||||
$charName = $lookup->CharacterIdToName($charId);
|
$charName = $lookup->CharacterIdToName($charId);
|
||||||
|
|||||||
Reference in New Issue
Block a user