admin invoices for mining tax

This commit is contained in:
2021-05-31 21:19:40 +09:00
parent 1058cf4a9a
commit 8f23d0a1b0
4 changed files with 35 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ class MiningTaxesController extends Controller
*
* @var $invoiceId
*/
public function DisplayInvoice($invoiceId) {
public function displayInvoice($invoiceId) {
$ores = array();
$totalPrice = 0.00;