Skip to content

Commit

Permalink
[#3] set the cycle day as well, merged issue/3
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Apr 26, 2021
2 parents 9db3803 + a056e98 commit ac40472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Core/Payment/SDDNGPostProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ public static function updateRecurringContribution($params, $creditor, $contribu
'contribution_status_id' => $status_pending,
'payment_instrument_id' => $payment_instrument_id,
'start_date' => $start_date,
'cycle_day' => date('j', strtotime($start_date)),
'end_date' => $end_date
)
);
Expand Down

0 comments on commit ac40472

Please sign in to comment.