Clarify payouts

This commit is contained in:
Hillel Coren 2018-04-29 09:50:37 +03:00
parent 3d0d416b24
commit 5f147b6381

View File

@ -86,6 +86,7 @@ class CalculatePayouts extends Command
$client = $payment->client;
$this->info("User: $user");
$this->info("Client: " . $client->getDisplayName());
foreach ($client->payments as $payment) {
$amount = $payment->getCompletedAmount();