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

MPT-5146 support price list vendor external ID #43

Conversation

ruben-sebrango
Copy link
Contributor

No description provided.

@ruben-sebrango ruben-sebrango requested review from d3rky, ffaraone, robcsegal and bpolgar-swo and removed request for d3rky January 13, 2025 11:38
@ruben-sebrango ruben-sebrango marked this pull request as ready for review January 13, 2025 11:46
}

external_id = find_value_for(constants.EXTERNAL_ID, values)[2] \
Copy link
Contributor

Choose a reason for hiding this comment

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

I would simplify here a little bit

external_id_value = find_value_for(...)
external_id = external_id_value[2] if external_id_value else None

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated!

@ruben-sebrango ruben-sebrango force-pushed the MPT-5146-adobe-vipm-global-customers-cli-tool-support-price-list-external-id branch from b93e120 to 5d4de5c Compare January 13, 2025 12:01
@ruben-sebrango ruben-sebrango requested a review from d3rky January 13, 2025 12:04
@d3rky d3rky merged commit b72c286 into main Jan 13, 2025
3 checks passed
@d3rky d3rky deleted the MPT-5146-adobe-vipm-global-customers-cli-tool-support-price-list-external-id branch January 14, 2025 14:32
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