Dragony
Dragony
Hey man, great work on this package. I just finished installing this branch on a fresh symfony 5 installation. It was a pain without documentation, but that's more my fault...
For anyone reading this issue, here is a reference implementation of StoreManager and a ShopifyStore Entity. You'll need to add the methods `findOneByStoreName` and `findOneBySessionId` to your store repository. StoreManager:...
@jmunozco Here is the config on my Shopify App:  Be careful though, Shopify changed their [policy to not support third party cookies anymore](https://shopify.dev/changelog/all-embedded-apps-submitted-for-app-review-are-required-to-adopt-session-tokens) for embedded apps. This extension uses...
@jmunozco With this extension the store name is the username of the user that is logged in. It all boils down to this: ``` use CodeCloud\Bundle\ShopifyBundle\Api\ShopifyApiFactory; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; /** *...
You can set the API version in the config: ```yaml parameters: shopify_api_key: "%env(APP_API_KEY)%" shopify_shared_secret: "%env(APP_API_SECRET)%" code_cloud_shopify: oauth: api_key: "%shopify_api_key%" shared_secret: "%shopify_shared_secret%" # https://shopify.dev/docs/admin-api/access-scopes #scope: "read_product_listings,read_content,write_script_tags,read_locations,write_products,read_orders,write_inventory,write_shipping" scope: "write_script_tags,read_locations" redirect_route: admin api_version:...
You can use `FrameBusterRedirectResponse` to redirect the browser away from the iframe. Also I think you can configure your app to be external, rather than integrated into the admin. I...
OK thanks. I've seen the `Specification row size ...` error a lot and wasn't sure if this one was from the same category.
Do you know if it is reasonable to expect an update from the maintainers? Or do you think I will have more luck fixing this myself?
I have a very similar issue. I'm using a T-Motor F7 Mini and the HDZero VTX V2. I have two setups with those two components. On one of the quads...