What I did was put a Success message by changing the message "error" because the script correctly sends the balance for approval by the admin
locate the file WithdrawActivity.java inside the folder
driverapp\app\src\main\java\com\ your name \your name \activity
change
@OverRide
public void onFailure(@NonNull Call<WithdrawResponseJson> call, @NonNull Throwable t) {
progresshide();
t.printStackTrace();
notif("error");
to
@OverRide
public void onFailure(@NonNull Call<WithdrawResponseJson> call, @NonNull Throwable t) {
progresshide();
t.printStackTrace();
notif("Sent for review");
smart move i did the same as i said yesterday everything works fine but there is error message but if you check the debug you will find problem in sending to json files it should starts with { but it is starts with " that's cause error but still everything works fine
i have a question here after the request made I can see in control panel but how to confirm or deny this ?
also the balance change after Withrow in driver but not change in customer application
the maps not working at admin panel idk why
i hate 2 things in this solution
1 mapbox very poor maps and not works find in my country
2 that idea about tapup and you need to have balance to make order this is not good you should choose payment method include cash you can't ask everyone to make balance before request
the stripe get 3$ every payment plus commission in my country you can have delivery order for 70cents or maximum 1 USD is it logic to pay with credit card 3 dollars fees for 1 dollar?
1 more thing I have tested ride yesterday and the route made automatically and get me price 9.75$ but when i used another route nothing happen on map no redirection or new calculations done
it is based on distance that application choose no matter the traffic or choosing another route
I think this application could be useful for delivery or shipping orders still poor but it is too far of booking app
if you want to use this application for booking you need customize
1 make full ios version
2 use google maps
3 use change route and make more calculations about distance and time of trip
4 after ride finish you need to choose the payment cash or credit card
if you will use credit card you need local bank you can't pay fees more than trip price lol
@DarkBrazil I heard also you have customization for this app like what? can you share?