function was misspelled
This commit is contained in:
@@ -13,7 +13,7 @@ use Log;
|
|||||||
//App Library
|
//App Library
|
||||||
|
|
||||||
//App Models
|
//App Models
|
||||||
|
use App\Models\Finances\PlayerDonationJournal;
|
||||||
|
|
||||||
class MoonRentalInvoiceVerify implements ShouldQueue
|
class MoonRentalInvoiceVerify implements ShouldQueue
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -473,7 +473,7 @@ class MoonCalc {
|
|||||||
/**
|
/**
|
||||||
* Calculate the total price, then pass it by reference to the calling function
|
* Calculate the total price, then pass it by reference to the calling function
|
||||||
*/
|
*/
|
||||||
private function CalclulateTotalPrice($ore, $perc, &$total) {
|
private function CalculateTotalPrice($ore, $perc, &$total) {
|
||||||
//Calculate the prices from the ores
|
//Calculate the prices from the ores
|
||||||
if($ore != 'None') {
|
if($ore != 'None') {
|
||||||
$total = $this->CalcPrice($ore, $perc);
|
$total = $this->CalcPrice($ore, $perc);
|
||||||
|
|||||||
Reference in New Issue
Block a user