Spot Allen
Spot Allen
Also having this issue. **For reference, this is the UA string we are getting:** Mozilla/5.0 (Linux; Android 7.1.2; KFKAWI Build/NS6301; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36 One difference...
+1 for this. I found this while attempting to resolve an issue like @giampaolo44 is describing. So much logging the actual logic gets lost, so I drop the opacity on...
Awesome! Thanks man. I feel bad for keep hitting you with this stuff. But the thought of it getting more solid is great!
Hey man, not to put any pressure on you. I am just wondering if a patch for this will be anytime soon? I ask because the project I'm using this...
I just migrated that portion of our code to graphql. 🤷🏼♂️
As a "quick glance" example of what this fixes: Currently (at every implementation point): ```php $shopify->AssignedFulfillmentOrders->get(['assignment_status' => 'in_progress'], null, 'fulfillment_orders'); ``` WIth change: Resource (once): ```php protected $dataKey = 'fulfillment_orders';...
@brianruff This is late, but... Two things: (also, I am not a Shopify expert 😃) 1. I've never seen anything in the code which limits what content can be used...
Understood. In any case, you can be clear in the docs that callbacks should be tested before relying on them. Or, depending on how much commitment to this project you're...
Has this been implemented? If not, has a reason been given?