Minor fixes
This commit is contained in:
parent
5cf6592728
commit
119d7489a8
|
|
@ -165,9 +165,8 @@ class ClientService
|
||||||
|
|
||||||
public function adjustCreditBalance(float $amount)
|
public function adjustCreditBalance(float $amount)
|
||||||
{
|
{
|
||||||
// $this->client->credit_balance += $amount;
|
|
||||||
|
|
||||||
$this->client->increment('credit_balance', $amount);
|
$this->client->credit_balance += $amount;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue