You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('codecloud_shopify');
$rootNode = $treeBuilder->getRootNode();
now have erros :
Run composer recipes at any time to see the status of your Symfony recipes.
Executing script cache:clear [KO]
[KO]
Script cache:clear returned with error code 1
!!
!! In ArrayNodeDefinition.php line 436:
!!
!! ->cannotBeEmpty() is not applicable to concrete nodes at path "codecloud_sh
!! opify.credentials".
The text was updated successfully, but these errors were encountered:
I get this error
my config
code_cloud_shopify:
store_manager_id: App\Service\Shopify\ShopifyStoreManager
oauth:
api_key: fff
shared_secret: fff
scope: "read_customers,write_customers"
redirect_route: "shopify_plugin_index"
webhooks:
- orders/create
- customers/update
ok i fix it edit Configuration
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('codecloud_shopify');
Run composer recipes at any time to see the status of your Symfony recipes.
Executing script cache:clear [KO]
[KO]
Script cache:clear returned with error code 1
!!
!! In ArrayNodeDefinition.php line 436:
!!
!! ->cannotBeEmpty() is not applicable to concrete nodes at path "codecloud_sh
!! opify.credentials".
The text was updated successfully, but these errors were encountered: