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

Fix assigned fulfillment order parse error #1081

Merged
merged 3 commits into from
Jan 4, 2023

Conversation

paulomarg
Copy link
Contributor

@paulomarg paulomarg commented Dec 20, 2022

Description

There was a bug when parsing the JSON response for the AssignedFulfillmentOrder REST resource, which uses fulfillment_orders. This path doesn't match the default behaviour (trying to match the class name), so we need to be able to override that behaviour for this resource in particular.

This PR adds that override capability and updates the auto-generated REST resources.

Non-automatic changes are here: 241cfd8

How has this been tested?

dev sanity + bundle exec rake test:rest_wrappers

Checklist:

  • My commit message follow the pattern described in here
  • I have performed a self-review of my own code.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added a changelog line.

@paulomarg paulomarg requested a review from a team December 20, 2022 16:34
@paulomarg paulomarg force-pushed the fix_assigned_fulfillment_order_parse_error branch from 3456231 to 3d54c5d Compare December 20, 2022 16:35
@paulomarg paulomarg changed the base branch from main to update_dependencies_and_rubocop January 4, 2023 16:40
Base automatically changed from update_dependencies_and_rubocop to main January 4, 2023 17:57
@paulomarg paulomarg merged commit d0bd044 into main Jan 4, 2023
@paulomarg paulomarg deleted the fix_assigned_fulfillment_order_parse_error branch January 4, 2023 18:03
@shopify-shipit shopify-shipit bot temporarily deployed to rubygems January 5, 2023 19:36 Inactive
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