Changing the Start Date for the Recurring Payments
-
Hi Ross,
I need to sign up customers for today (16/06) until next Tuesday (23/06) and then have those transactions withdraw/started next Wednesday (24/06).
Currently the Start Date uses today’s date, however if I change this is in the class.GFEwayRecurringField.php file to:
$start_date = empty($value[4]) ? ’24-06-2015′ : $value[4];
Does that mean everyone that signs up from now until that date will be charged the fee on the 24th? Or will it restrict people from making purchases until that date. Or will it do something else?
Thanks Ross.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Changing the Start Date for the Recurring Payments’ is closed to new replies.