| @@ -56,8 +56,13 @@ | ||
| 56 | 56 | 'plugin_public_key' => $fs->get_public_key(), |
| 57 | 57 | 'plugin_version' => $fs->get_plugin_version(), |
| 58 | 58 | ); |
| 59 | 59 | |
| 60 | + $bundle_id = $fs->get_bundle_id(); | |
| 61 | + if ( ! is_null( $bundle_id ) ) { | |
| 62 | + $context_params['bundle_id'] = $bundle_id; | |
| 63 | + } | |
| 64 | + | |
| 60 | 65 | // Get site context secure params. |
| 61 | 66 | if ( $fs->is_registered() ) { |
| 62 | 67 | $context_params = array_merge( $context_params, FS_Security::instance()->get_context_params( |
| 63 | 68 | $fs->get_site(), |