Shopify / shopify-api-ruby

ShopifyAPI is a lightweight gem for accessing the Shopify admin REST and GraphQL web services.
MIT License
1.06k stars 473 forks source link

Add extra type to errors for override #1151

Closed mkevinosullivan closed 1 year ago

mkevinosullivan commented 1 year ago

Description

DiscountCode has an errors property that overrides the same property in base.rb, creating a Sorbet type conflict. This commit adds the additional typing to allow the override.

How has this been tested?

Re-running the rest wrapper tests.

Checklist: