filename not needed

This commit is contained in:
Andy Miller
2020-09-03 18:15:44 -06:00
parent a59082db0a
commit 4802b84b05

View File

@@ -293,7 +293,6 @@ class Gpm
if ($package->premium) {
$query = \json_encode(array_merge($package->premium, [
'slug' => $package->slug,
'filename' => $package->premium['filename'],
'license_key' => $license
]));