Matija Baric

Results 2 issues of Matija Baric

In my Google spreadsheet I have a column for zip code, when I try to write 04001 from the PHP backend API to google spreadsheet with this library I get...

**Describe the bug** Laravel code: ```php public static function GetMyInvestmentsActiveDeals(int $user_id): array { $totalDaysInMonth = "DATE_FORMAT( NOW(), '%e')"; $daysInCurrentMonth = "DATE_FORMAT( LAST_DAY( NOW() ), '%e' )"; $totalInvestmentDays = "DATEDIFF( l.loan_end_date,...