diff --git a/app/Services/ShopManager.php b/app/Services/ShopManager.php index b4438d5ae..070bf7d9f 100644 --- a/app/Services/ShopManager.php +++ b/app/Services/ShopManager.php @@ -197,7 +197,7 @@ public function buyStock($data, $user) { 'character_id' => $character ? $character->id : null, 'user_id' => $user->id, 'cost' => [ - 'base' => getDataReadyAssets($baseStockCost), + 'base' => getDataReadyAssets($baseStockCost), 'user' => getDataReadyAssets($userCostAssets), 'character' => getDataReadyAssets($characterCostAssets), ],