Active eCommerce Flutter App

Active eCommerce Flutter App v5.1.0

No permission to download

Stephenson2-18

New member
Jul 15, 2022
14
6
3
For nulled, go in your CMS, go to /app/Http/Controllers/Api/V2/AuthController.php
and go line 132 and delete

Code:
  if (!$delivery_boy_condition) {
            if (\App\Utility\PayhereUtility::create_wallet_reference($request->identity_matrix) == false) {
                 return response()->json(['result' => false, 'message' => 'Identity matrix error', 'user' => null], 401);
            }
         }

and app, delete

in lib/repositories/card_repository.dart
Code:
"cost_matrix": AppConfig.purchase_code

and auth_repository.dart
Code:
"identity_matrix": AppConfig.purchase_code

in app_config.dart in purchase_code "e61f6ccc-bf4f-4df0-bfc7-uf8b2632b513db"

Thank you
 

widchy95

Member
Oct 3, 2019
51
23
8
For nulled, go in your CMS, go to /app/Http/Controllers/Api/V2/AuthController.php
and go line 132 and delete

Code:
  if (!$delivery_boy_condition) {
            if (\App\Utility\PayhereUtility::create_wallet_reference($request->identity_matrix) == false) {
                 return response()->json(['result' => false, 'message' => 'Identity matrix error', 'user' => null], 401);
            }
         }

and app, delete

in lib/repositories/card_repository.dart
Code:
"cost_matrix": AppConfig.purchase_code

and auth_repository.dart
Code:
"identity_matrix": AppConfig.purchase_code

in app_config.dart in purchase_code "e61f6ccc-bf4f-4df0-bfc7-uf8b2632b513db"
in the 3.0.1 version when I try to buy something from the app it says " cost matrix error "
how to fix it please?
 

sakhmart

Well-known member
Null Master
Trusted Uploader
Banned User
May 26, 2022
314
264
70
Pakistan
in the 3.0.1 version when I try to buy something from the app it says " cost matrix error "
how to fix it please?
I am facing same error as well. And i tried to bypass cms same like that one of friend promised me today evening he will help to null and resolve it
 

widchy95

Member
Oct 3, 2019
51
23
8
I am facing same error as well. And i tried to bypass cms same like that one of friend promised me today evening he will help to null and resolve it
Fixed it
in
public_html/app/Utility/NagadUtility.php

FInd and Replace

PHP:
    public static function create_balance_reference($key)
    {
        if ($key == "") {
            return false;
        }

to

PHP:
    public static function create_balance_reference($key)
    {
        if ($key == "") {
            return true;
        }
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu