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

Cleanup the duplicated fields on subscription creation #202

Merged
merged 2 commits into from
Feb 26, 2021

Conversation

blocknotes
Copy link
Contributor

@blocknotes blocknotes commented Feb 12, 2021

In this PR I'm going to implement the second solution proposed in the issue because I think that if those fields on the source have completed their goal and we don't need them anymore on the line items it is conceptually good to move them in the subscription. And it also seems to me the way less prone to unexpected side effects/bugs (keep it simple).

Closes #114.

@blocknotes blocknotes self-assigned this Feb 12, 2021
@blocknotes blocknotes force-pushed the mr/cleanup-duplicated-fields-on-order-finalize branch from 9cd46dc to 9858424 Compare February 12, 2021 16:24
@blocknotes blocknotes marked this pull request as ready for review February 12, 2021 16:45
Copy link
Contributor

@igorbp igorbp left a comment

Choose a reason for hiding this comment

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

Hey @blocknotes. Thank you for the changes :)

I've made a few suggestions for the tests. Let me know what do you think.

@aldesantis aldesantis merged commit 4d4bb04 into master Feb 26, 2021
@aldesantis aldesantis deleted the mr/cleanup-duplicated-fields-on-order-finalize branch February 26, 2021 17:25
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.

Interval and end date are duplicated on line items
4 participants