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 convertTrial() to Subscription #459

Merged
merged 1 commit into from
Feb 18, 2020
Merged

Add convertTrial() to Subscription #459

merged 1 commit into from
Feb 18, 2020

Conversation

joannasese
Copy link
Contributor

@joannasese joannasese commented Feb 11, 2020

To convert trial to paid subscription with 3DS Token:

$subscription->convertTrial(token);

To convert trial for non-3ds where subscription has billing info:

$subscription->convertTrial();

To convert trial to paid subscription with transaction type:

$subscription->convertTrialMoto();

@joannasese joannasese marked this pull request as ready for review February 18, 2020 18:47
Copy link
Contributor

@bhelx bhelx left a comment

Choose a reason for hiding this comment

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

👍

@bhelx bhelx merged commit a9ea3fb into master Feb 18, 2020
@bhelx bhelx deleted the dx-1017-convert-trial branch February 18, 2020 23:05
@joannasese joannasese mentioned this pull request Feb 20, 2020
@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