Shopperzz - PWA eCommerce CMS with POS & WhatsApp Ordering | Inventory Management

NULLED Shopperzz - PWA eCommerce CMS with POS & WhatsApp Ordering | Inventory Management v2.5 Nulled

No permission to download
[USERS= ]

How to null the version 1.7

Step 01
Open the file InstallerService.php, located in ..\app\Services\

Go to the line #82, locate the function licenseCodeChecker (Try-Catch lines) between #82 to #101
From:

// try {<br>
// $payload = [<br>
// 'license_code' =&gt; $array['license_key'],<br>
// 'product_id' =&gt; config('product.itemId'),<br>
// 'domain' =&gt; AppLibrary::domain(url('')),<br>
// 'purpose' =&gt; 'install',<br>
// 'version' =&gt; config('product.version')<br>
// ];<br>
// if (isset($array['purpose'])) {<br>
// $payload['purpose'] = $array['purpose'];<br>
// }<br>
// $apiUrl = config('product.licenseCodeCheckerUrl');<br>
// $response = Http::post($apiUrl . '/api/check-installer-license', $payload);<br>

// return AppLibrary::licenseApiResponse($response);<br>
// } catch (\Exception $exception) {<br>
// return (object)[<br>
// 'status' =&gt; false,<br>
// 'message' =&gt; $exception-&gt;getMessage()<br>
// ];<br>
// }


And change it to...

Code:


return (object)
[<br>
'status' =&gt; true,<br>
'message' =&gt; 'verified'<br>
];
[/USERS] Content of this hidden block can only be seen by members of: Administrative
Back
Top