Skip to content

Conversation

@leemarscott
Copy link

Description
What did you change?

insertOrUpdateEntity();

// Only call insertOrUpdateEntity if there are direct fields to persist, or if it's a new entity
if (isNewEntity || hasDirectFieldsToPopulate) {
Copy link
Member

Choose a reason for hiding this comment

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

These code changes look good, and I see the addition of the example for the integration test, but I don't see any new unit tests for this new functionality. You probably want to add unit tests for billing profile and entities without direct fields to populate.

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.

2 participants