feat(audit): add comprehensive QA audit report for ClinicPro with findings and recommendations
This commit is contained in:
@@ -56,7 +56,7 @@ class SmsWalletController extends BaseController
|
||||
|
||||
$balanceRials = $this->walletService->getBalance($entityType, $entityId);
|
||||
$smsPriceRials = self::SMS_PRICE_RIALS;
|
||||
$estimatedSms = $smsPriceRials > 0 ? (int) floor($balanceRials / $smsPriceRials) : 0;
|
||||
$estimatedSms = (int) floor($balanceRials / $smsPriceRials);
|
||||
|
||||
return $this->success([
|
||||
'balance_rials' => $balanceRials,
|
||||
|
||||
Reference in New Issue
Block a user