Closed tchillingworth closed 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.
@tchillingworth That is a fixure used for tests. Its a response from Shopify. I have removed it in master, thanks.
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.