Skip to content

Commit 3310bab

Browse files
committed
refactor: easyCommerce listed in pro trigger list
1 parent 16b4cd7 commit 3310bab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

frontend-dev/src/Utils/StaticData/webhookIntegrations.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ export const customFormIntegrations = [
7070
'WPSubscription',
7171
'WPTravelEngine',
7272
'WPUserFrontend',
73-
'FluentAffiliate'
73+
'FluentAffiliate',
74+
'EasyCommerce'
7475
]
7576

7677
export const actionHookIntegrations = ['ActionHook']

includes/Core/Util/AllTriggersName.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public static function allTriggersName()
3838
'Divi' => ['name' => 'Divi', 'isPro' => true, 'is_active' => false],
3939
'DiviFormBuilder' => ['name' => 'Divi Form by Divi Engine', 'isPro' => true, 'is_active' => false],
4040
'Dokan' => ['name' => 'Dokan', 'isPro' => true, 'is_active' => false],
41+
'EasyCommerce' => ['name' => 'EasyCommerce', 'isPro' => true, 'is_active' => false],
4142
'EDD' => ['name' => 'Easy Digital Downloads', 'isPro' => true, 'is_active' => false],
4243
'EssentialBlocks' => ['name' => 'Essential Blocks', 'isPro' => true, 'is_active' => false],
4344
'Eventin' => ['name' => 'Eventin', 'isPro' => true, 'is_active' => false],

0 commit comments

Comments
 (0)