Open mattwire opened 4 years ago
Subscription is created here: https://github.com/artfulrobot/uk.artfulrobot.civicrm.gocardless/blob/master/CRM/GoCardlessUtils.php#L222. See https://developer.gocardless.com/api-reference/#subscriptions-create-a-subscription for docs on start_date parameter.
start_date
Stripe, IATs and Smartdebit CiviCRM extensions have an option to specify a start date so we can use example code from them to collect the value.
start date
This would certainly be helpful.
Subscription is created here: https://github.com/artfulrobot/uk.artfulrobot.civicrm.gocardless/blob/master/CRM/GoCardlessUtils.php#L222. See https://developer.gocardless.com/api-reference/#subscriptions-create-a-subscription for docs on
start_date
parameter.Stripe, IATs and Smartdebit CiviCRM extensions have an option to specify a
start date
so we can use example code from them to collect the value.