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

updates Recurly_Coupon for free trial coupons #224

Merged
merged 1 commit into from
Jun 22, 2016

Conversation

lmnleaf
Copy link

@lmnleaf lmnleaf commented May 6, 2016

Description: Adds attributes for free trial coupons.

Testing the change:
create a free trial coupon by creating a coupon with the following attributes and using "free_trial" for the discount type

$coupon->discount_type = 'free_trial';
$coupon->free_trial_amount = 5;
$coupon->free_trial_unit = "month";

once the coupon is created, get, update, and delete the coupon

@bhelx
Copy link
Contributor

bhelx commented Jun 22, 2016

👍

@bhelx bhelx merged commit 0f90b28 into master Jun 22, 2016
@bhelx bhelx deleted the updates_coupons_for_free_trial_coupon branch June 22, 2016 16:22
@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