What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
We Courier - Courier and logistics management CMS with Merchant,Delivery app

We Courier - Courier and logistics management CMS with Merchant,Delivery app 1.4

Not Nulled
Please upload nulled
Edit file
app/Http/Controllers/InstallerController.php


Code:

//purchase code verification
/*
$purchaseVerify = $this->PurchaseVerification($request->purchase_code);
if($purchaseVerify != 200):
return redirect()->back()->withErrors(['purchase_code'=> $purchaseVerify])->withInput($request->all());
endif;
//end purchase code verification
*/


The weCourierDeliveryApp
Need add Podfile to build ios
Note:
# Uncomment this line to define a global platform for your project
platform :ios, '13.0'

I'm use codemagic build completed
App run perfectly
 
Reacted by:
  • Like
Reactions: sobujmia76
This user BANNED
Edit file
app/Http/Controllers/InstallerController.php


Code:

//purchase code verification
/*
$purchaseVerify = $this->PurchaseVerification($request->purchase_code);
if($purchaseVerify != 200):
return redirect()->back()->withErrors(['purchase_code'=> $purchaseVerify])->withInput($request->all());
endif;
//end purchase code verification
*/


The weCourierDeliveryApp
Need add Podfile to build ios
Note:
# Uncomment this line to define a global platform for your project
platform :ios, '13.0'

I'm use codemagic build completed
App run perfectly
Hey mate, What am I to edit in the install handler exactly?
Everything you wrote here looks identical with what's inside...
What line am I removing?
Thanks in advance
 
Reacted by:
Hey mate, What am I to edit in the install handler exactly?
Everything you wrote here looks identical with what's inside...
What line am I removing?
Thanks in advance

Look the code that I Red Bold

//purchase code verification
/*
$purchaseVerify = $this->PurchaseVerification($request->purchase_code);
if($purchaseVerify != 200):
return redirect()->back()->withErrors(['purchase_code'=> $purchaseVerify])->withInput($request->all());
endif;
//end purchase code verification
*/
 
alex2k 's signature
Reacted by:
Look the code that I Red Bold

//purchase code verification
/*
$purchaseVerify = $this->PurchaseVerification($request->purchase_code);
if($purchaseVerify != 200):
return redirect()->back()->withErrors(['purchase_code'=> $purchaseVerify])->withInput($request->all());
endif;
//end purchase code verification
*/
Don't understand, it's same thing in the code, can you please post difference of changes
 
Reacted by:
  • Like
Reactions: dkartik
update plz 1.5
Fixed FCM function V2 update
Fixed Text editor (summernote) CDN use
New Invoice excel export dynamic from backend
Fixed Navigation issues
Fixed Query speed optimize
New Flutter version 3.29.0 update
New Dart version 3.7.0 update
 
Reacted by:
Top