Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickser committed Jul 17, 2024
1 parent 1c577c5 commit 3adcd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/task/recurrent_payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function execute() {
}

// Stage Two.
$ctime = strtotime(date('d-M-Y H:00',strtotime("+1hour")));
$ctime = strtotime(date('d-M-Y H:00', strtotime("+1hour")));

$yookassatx = $DB->get_records_sql('SELECT * FROM {paygw_yookassa} WHERE (success=1 OR success=3) ' .
'AND recurrent>0 AND recurrent < ?', [ $ctime ]);
Expand Down

0 comments on commit 3adcd20

Please sign in to comment.