• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
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:
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
Top