Skip to content

Commit

Permalink
Change platform (origin) to "wordpress"
Browse files Browse the repository at this point in the history
  • Loading branch information
rokeras committed Jan 8, 2024
1 parent 3f2c222 commit 89c258c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnisend/module/class-omnisend-core-connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private static function get_brand_id( $api_key ): string {
private static function connect_store( $api_key ): bool {
$data = array(
'website' => site_url(),
'platform' => 'api',
'platform' => 'wordpress',
'version' => OMNISEND_CORE_PLUGIN_VERSION,
'phpVersion' => phpversion(),
'platformVersion' => get_bloginfo( 'version' ),
Expand Down

0 comments on commit 89c258c

Please sign in to comment.