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