wip
This commit is contained in:
@@ -260,7 +260,7 @@ class MakePaymentNovaVisaMaster extends Action
|
|||||||
{
|
{
|
||||||
$year = $today->format('Y');
|
$year = $today->format('Y');
|
||||||
$month = $today->format('m');
|
$month = $today->format('m');
|
||||||
$lastDay = lastDayOfMonth($year, $month);
|
$lastDay = lastDayOfMonth(year: $year, month: $month);
|
||||||
|
|
||||||
// Condition 1: Check if today is the last day of the month
|
// Condition 1: Check if today is the last day of the month
|
||||||
if ($today->format('Y-m-d') === $lastDay->format('Y-m-d')) {
|
if ($today->format('Y-m-d') === $lastDay->format('Y-m-d')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user