This commit is contained in:
Hamza-Ayed
2023-12-03 10:35:27 +03:00
parent e095cf564a
commit 2501292424
50 changed files with 1841 additions and 730 deletions

View File

@@ -186,7 +186,7 @@ class HomeCaptainController extends GetxController {
getAllPayment() async {
var res = await CRUD().get(
link: AppLink.getAllPayment,
link: AppLink.getAllPaymentFromRide,
payload: {'driverID': box.read(BoxName.driverID).toString()});
data = jsonDecode(res);