AnupKumarPanwar / Uber-Like-Cab-Service

Uber Like Android App with PHP backend
129 stars 154 forks source link

product not working #15

Open ramasubramaniam1992 opened 5 years ago

ramasubramaniam1992 commented 5 years ago

hello product is not opening .empty one. php api is not working properly

JKDesignslk commented 5 years ago

You have to change the urls in the app. And in the php api files, Open -> driver_signup.php Goto -> Line 109

Change -> YOUR_URL/verify.php?token=' . $verification_code . '

To -> YOUR_URL/verify_driver.php?token=' . $verification_code . '