Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Fix AssignedFulfillmentOrder body parsing#644

Merged
paulomarg merged 1 commit intomainfrom
fix_assigned_fulfillment_order_fetch
Dec 20, 2022
Merged

Fix AssignedFulfillmentOrder body parsing#644
paulomarg merged 1 commit intomainfrom
fix_assigned_fulfillment_order_fetch

Conversation

@paulomarg
Copy link
Copy Markdown
Contributor

@paulomarg paulomarg commented Dec 20, 2022

WHY are these changes introduced?

Fixes #368
Fixes #642

There was a bug in the AssignedFulfillmentOrder class where the NAME and PLURAL_NAME didn't match the actual data sent by the API.

WHAT is this pull request doing?

I've updated our auto-generation code to allow overriding these values, so I'm updating the auto-generated resources here.

Type of change

  • Patch: Bug (non-breaking change which fixes an issue)

Checklist

  • I have added a changelog entry, prefixed by the type of change noted above
  • I have added/updated tests for this change

@paulomarg paulomarg requested a review from a team as a code owner December 20, 2022 16:00
@paulomarg paulomarg force-pushed the fix_assigned_fulfillment_order_fetch branch from 25f982f to 46f9298 Compare December 20, 2022 16:01
@paulomarg paulomarg force-pushed the fix_assigned_fulfillment_order_fetch branch from 46f9298 to 90e9d8c Compare December 20, 2022 16:16
Copy link
Copy Markdown
Contributor

@cquemin cquemin left a comment

Choose a reason for hiding this comment

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

I can see a lot of duplication in the test data. Would there be a way to put the test data in common ?

@paulomarg paulomarg merged commit d4ed8b8 into main Dec 20, 2022
@paulomarg paulomarg deleted the fix_assigned_fulfillment_order_fetch branch December 20, 2022 16:22
@shopify-shipit shopify-shipit Bot temporarily deployed to production December 20, 2022 20:22 Inactive
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Assigned Fulfillment Orders AssignedFulfillmentOrder.all() Always Returns an Empty Array

3 participants