gnikyt / Basic-Shopify-API

A simple API wrapper for Shopify using Guzzle for REST and GraphQL
MIT License
220 stars 66 forks source link

Definition of force_ssl on the REST Shop Object triggers deprecated API call warning on installed apps using this package #118

Closed tchillingworth closed 3 years ago

tchillingworth commented 3 years ago

The 2021-07 Shopify API release deprecated the force_ssl field on the REST Shop resource. Release notes here: https://shopify.dev/api/release-notes/2021-07

I found the force_ssl property defined in the following file: vendor\osiset\basic-shopify-api\test\fixtures\rest\admin__shop.json

I believe all that needs to be done is to remove the force_ssl property from the shop json, as it is no longer being used.

gnikyt commented 3 years ago

@tchillingworth That is a fixure used for tests. Its a response from Shopify. I have removed it in master, thanks.