Skip to content

Commit

Permalink
new entry source types for KMS GO
Browse files Browse the repository at this point in the history
  • Loading branch information
olampert committed Apr 16, 2019
1 parent a5d5dd4 commit 599606b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api_v3/web/analyticsSyncServe.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
'webexentry' => SOURCE_WEBEX,
'zoomentry' => SOURCE_ZOOM,
'expressrecorder' => SOURCE_EXPRESS_RECORDER,
'source_KMSNativeAndroidApp' => SOURCE_KMS_NATIVE_ANDROID_APP,
'source_KMSNativeIOSApp' => SOURCE_KMS_NATIVE_IOS_APP,
'kmsnativeandroid' => SOURCE_KMS_NATIVE_ANDROID_APP,
'kmsnativeios' => SOURCE_KMS_NATIVE_IOS_APP,
);

function getPartnerVertical($customData)
Expand Down

0 comments on commit 599606b

Please sign in to comment.