diff --git a/src/Modules/Licenser.php b/src/Modules/Licenser.php index e69aa18d..71ba24e3 100644 --- a/src/Modules/Licenser.php +++ b/src/Modules/Licenser.php @@ -567,7 +567,7 @@ private function get_version_data() { $api_params = array( 'edd_action' => 'get_version', 'version' => $this->product->get_version(), - 'license' => empty( $this->license_key ) ? 'free' : '', + 'license' => empty( $this->license_key ) ? 'free' : $this->license_key, 'name' => rawurlencode( $this->product->get_name() ), 'slug' => $this->product->get_slug(), 'author' => rawurlencode( $this->get_distributor_name() ),