nozzlegear / ShopifySharp

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
https://nozzlegear.com/shopify-development-handbook
MIT License
733 stars 303 forks source link

Make ShopifyHttpException.RequestInfo a nullable string #1056

Closed nozzlegear closed 3 months ago

nozzlegear commented 3 months ago

This PR just makes the ShopifyHttpException.RequestInfo property a nullable string, and restores the old constructor where that property wasn't passed in. When that constructor is used (only in tests, which I'm writing in a different branch), the property will be its default null value.