Allowing multiple response body names to be passed in so we can check and build a response based on what key matches the for the class
How has this been tested?
Created a fresh app and pre-populated test store and made sure we can create a fulfillment request without sorbet error
Get a response back from CustomerAddress.all
Checklist:
[x] My commit message follow the pattern described in here
[x] I have performed a self-review of my own code.
[x] I have added tests that prove my fix is effective or that my feature works.
Description
Fixes https://github.com/Shopify/shopify-api-ruby/issues/1018 Fixes https://github.com/Shopify/shopify-api-ruby/issues/1190
Allowing multiple response body names to be passed in so we can check and build a response based on what key matches the for the class
How has this been tested?
Created a fresh app and pre-populated test store and made sure we can create a fulfillment request without sorbet error Get a response back from CustomerAddress.all
Checklist: