ChannelApe / shopify-sdk

Java SDK for Shopify REST APIs
Apache License 2.0
159 stars 110 forks source link

REFACTOR: refactored withVariantRequests to address long method code smell. #124

Open victorcaio06 opened 10 months ago

victorcaio06 commented 10 months ago

Moved the logic for updating the Shopify product variants to a separate method, updateVariants.

This makes the code more readable and maintainable.