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

Add current_period_start to getObjectParam for subscriptions

parent 20563057
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,9 @@ class CRM_Stripe_Api {
case 'next_sched_contribution_date':
return self::formatDate($stripeObject->current_period_end);
case 'current_period_start':
return self::formatDate($stripeObject->current_period_start);
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.
Finish editing this message first!
Please register or to comment