We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e4730 commit 644f880Copy full SHA for 644f880
1 file changed
src/Licensing/LicenseManager.php
@@ -173,7 +173,7 @@ public function getLicenseTier(): ?string
173
if (($verificationResult = $this->cache()->get($cacheKey)) && $verificationResult instanceof LicenseVerificationResult) {
174
$data = $verificationResult->getData();
175
176
- return data_get($data, 'meta.product_variant_slug', null);
+ return data_get($data, 'license.meta.product_variant_slug', null);
177
}
178
179
} catch (\Throwable $th) {
0 commit comments