Skip to content

Commit

Permalink
Merge pull request #5 from omnisend/wordpress_origin
Browse files Browse the repository at this point in the history
Change platform (origin) to "wordpress"
  • Loading branch information
rokeras authored Jan 8, 2024
2 parents 3f2c222 + 89c258c commit 2e9f360
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 2e9f360

Please sign in to comment.