slince / shopify-api-php

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

Error in link regex #67

Closed NikoS-tech closed 4 years ago

NikoS-tech commented 4 years ago

You have a small bug in: LINK_REGEX = '/<(.*page_info=([a-z0-9\-]+).*)>; rel="?{type}"?/i'; Shopify link can also contain underscore ( _ ) and in that case you will get an error during cursor pagination act. Please fix it in new releases)