File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,10 @@ public function execute(): bool
69
69
$ processed = false ;
70
70
foreach ($ storeIds as $ storeId ) {
71
71
$ pixelId = $ this ->systemConfig ->getPixelId ($ storeId );
72
- $ settingsAsString = null ;
73
72
if ($ pixelId ) {
74
73
$ settingsAsString = $ this ->fbeHelper ->fetchAndSaveAAMSettings ($ pixelId , $ storeId );
75
74
if (!$ settingsAsString ) {
76
- $ this ->fbeHelper ->log ('Error saving settings. Currently: ' , $ settingsAsString );
75
+ $ this ->fbeHelper ->log (__ ( 'Error saving settings. Currently: %1 ' , $ settingsAsString) );
77
76
} else {
78
77
$ processed = true ;
79
78
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Cron:etc/crontab.xsd" >
3
3
<group id =" facebook_automation" >
4
- <job name =" facebook_business_extension_aam_settings_cronjob" instance =" Meta\BusinessExtension \Cron\AAMSettingsCron" method =" execute" >
4
+ <job name =" facebook_business_extension_aam_settings_cronjob" instance =" Meta\Conversion \Cron\AAMSettingsCron" method =" execute" >
5
5
<schedule >*/20 * * * *</schedule >
6
6
</job >
7
7
</group >
You can’t perform that action at this time.
0 commit comments