slince / shopify-api-php

:rocket: Shopify API Client for PHP
MIT License
128 stars 47 forks source link

Error getPrerequisiteSubtotalRange() #113

Open maioradv opened 1 year ago

maioradv commented 1 year ago

When calling the getPrerequisiteSubtotalRange() method the following error is returned "getPrerequisiteSubtotalRange() must be of the type array, null".So since the method is supposed to return an array, in some cases it returns null and therefore fails.