Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add writeable imported_trial bool to subscription #331

Merged
merged 1 commit into from
Sep 15, 2017

Conversation

bhelx
Copy link
Contributor

@bhelx bhelx commented Sep 14, 2017

This is an API v2.8 change and is thus going into the api_version_2_8 branch.

This allows the merchant to tag a subscription being imported as a trial to ensure Recurly's trial conversion report does not include it as a true trial and instead as an active subscription.

@bhelx bhelx requested a review from drewish September 14, 2017 19:33
@@ -26,6 +26,7 @@
* @property string $add_on_code The code for the Add-On.
* @property string $usage_percentage If add_on_type = usage and usage_type = percentage, you can set a custom usage_percentage for the subscription add-on. Must be between 0.0000 and 100.0000.
* @property string $revenue_schedule_type Optional field for setting a revenue schedule type. This will determine how revenue for the associated Subscription Add-On should be recognized. When creating a Subscription Add-On, available schedule types are never, evenly, at_range_start, or at_range_end. If no revenue_schedule_type is set, the Subscription Add-On will inherit the revenue_schedule_type from its Plan Add-On.
* @property boolean $imported_trial Optionally set true to dennote that this subscription was imported from a trial.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"denote"

Copy link

@drewish drewish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@drewish drewish merged commit 1bc8f95 into api_version_2_8 Sep 15, 2017
@drewish drewish deleted the imported_trial_flag branch September 15, 2017 17:29
@bhelx bhelx mentioned this pull request Oct 6, 2017
@bhelx bhelx added the V2 V2 Client label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V2 V2 Client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants