Skip to content

Commit

Permalink
fix: code duplicated (#1837)
Browse files Browse the repository at this point in the history
* fix: code duplicated

* version module changed
  • Loading branch information
ClaraLpresta authored Oct 30, 2024
1 parent 031a27b commit b72c5d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions _dev/apps/ui/src/views/onboarding-page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@
<CampaignTracking
v-if="remarketingTagIsSet !== null && accountHasAtLeastOneCampaign"
/>
<CampaignTracking
v-if="remarketingTagIsSet !== null && accountHasAtLeastOneCampaign"
/>
<EnhancedConversionsCard
v-if="remarketingTagIsSet !== null && accountHasAtLeastOneCampaign"
/>
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>psxmarketingwithgoogle</name>
<displayName><![CDATA[Marketing with Google]]></displayName>
<version><![CDATA[1.74.8]]></version>
<version><![CDATA[1.74.9]]></version>
<description><![CDATA[PrestaShop Marketing makes it easy to connect your store with Google and promote your products to millions of shoppers across multiple Google channels. Create Performance Max campaigns without leaving your PrestaShop dashboard and drive more traffic.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[advertising_marketing]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion psxmarketingwithgoogle.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function __construct()
{
$this->name = 'psxmarketingwithgoogle';
$this->tab = 'advertising_marketing';
$this->version = '1.74.8';
$this->version = '1.74.9';
$this->author = 'PrestaShop';
$this->need_instance = 0;
$this->module_key = '16b273e77e02c0cc36cd006463951593';
Expand Down

0 comments on commit b72c5d2

Please sign in to comment.