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

Use name in customer serializer #200

Merged
merged 1 commit into from
Feb 12, 2021
Merged

Use name in customer serializer #200

merged 1 commit into from
Feb 12, 2021

Conversation

nvandoorn
Copy link
Contributor

Solidus 3.0 removes first_name and last_name from Spree::Address
so we should replace them with name. The Churn Buster documentation
would suggest it's OK to pass any customer properties we need, but I
have yet to get a developer account to verify.

Leaving this in draft until I can verify with a Churn Buster developer account.

Closes #194.

Solidus 3.0 removes `first_name` and `last_name` from `Spree::Address`
so we should replace them with `name`. The Churn Buster documentation
would suggest it's OK to pass any customer properties we need, but I
have yet to get a developer account to verify.
@nvandoorn nvandoorn marked this pull request as ready for review February 10, 2021 00:14
@nvandoorn
Copy link
Contributor Author

I believe this is ready for review. Unfortunately I don't have a Churn Buster account and they seem to require a credit card. Is there anyone who has an account to test with or can confirm the API change is OK?

@aldesantis
Copy link
Member

@nvandoorn this should be okay! The properties object accepts any keys we want to pass it.

@aldesantis aldesantis merged commit e526705 into solidusio:master Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prepare Solidus Subscriptions for Solidus 3.0
2 participants