Skip to content

Commit b7e65d1

Browse files
committed
feat: storeEngine & geoDirectory listed as pro triggers
1 parent 9f79c79 commit b7e65d1

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ export const customFormIntegrations = [
7272
'WPUserFrontend',
7373
'FluentAffiliate',
7474
'EasyCommerce',
75-
'FormGent'
75+
'FormGent',
76+
'GeoDirectory',
77+
'StoreEngine'
7678
]
7779

7880
export const actionHookIntegrations = ['ActionHook']
3.05 KB
Loading
4.33 KB
Loading

includes/Core/Util/AllTriggersName.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public static function allTriggersName()
5757
'Formidable' => ['name' => 'Formidable', 'isPro' => true, 'is_active' => false],
5858
'Forminator' => ['name' => 'Forminator', 'isPro' => true, 'is_active' => false],
5959
'GamiPress' => ['name' => 'GamiPress', 'isPro' => true, 'is_active' => false],
60+
'GeoDirectory' => ['name' => 'GeoDirectory', 'isPro' => true, 'is_active' => false],
6061
'GF' => ['name' => 'Gravity Forms', 'isPro' => true, 'is_active' => false],
6162
'GravityKit' => ['name' => 'GravityKit', 'isPro' => true, 'is_active' => false],
6263
'GiveWp' => ['name' => 'GiveWp', 'isPro' => true, 'is_active' => false],
@@ -111,6 +112,7 @@ public static function allTriggersName()
111112
'SolidAffiliate' => ['name' => 'Solid Affiliate', 'isPro' => true, 'is_active' => false],
112113
'Spectra' => ['name' => 'Spectra', 'isPro' => true, 'is_active' => false],
113114
'StudioCart' => ['name' => 'StudioCart', 'isPro' => true, 'is_active' => false],
115+
'StoreEngine' => ['name' => 'StoreEngine', 'isPro' => true, 'is_active' => false],
114116
'SureCart' => ['name' => 'SureCart', 'isPro' => true, 'is_active' => false],
115117
'SureMail' => ['name' => 'SureMail', 'isPro' => true, 'is_active' => false],
116118
'SureForms' => ['name' => 'SureForms', 'isPro' => true, 'is_active' => false],

0 commit comments

Comments
 (0)