Skip to content
Snippets Groups Projects
Commit f02f65cd authored by mattwire's avatar mattwire
Browse files

Add next_sched_contribution_date as subscription parameter for getObjectParam

parent 30ec28ca
Branches
Tags
1 merge request!241Stripe Import extension
......@@ -168,6 +168,9 @@ class CRM_Stripe_Api {
case 'cancel_date':
return self::formatDate($stripeObject->canceled_at);
case 'next_sched_contribution_date':
return self::formatDate($stripeObject->current_period_end);
case 'cycle_day':
return date("d", $stripeObject->billing_cycle_anchor);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment