This commit is contained in:
Hamza-Ayed
2024-06-18 14:37:18 +03:00
parent a8921df473
commit 93cddb2fb2
11 changed files with 113 additions and 70 deletions

View File

@@ -251,7 +251,7 @@ class HomeCaptainController extends GetxController {
getPaymentToday() async {
var res = await CRUD().get(
link: AppLink.getDriverpaymentToday,
link: AppLink.getDriverPaymentToday,
payload: {'driverID': box.read(BoxName.driverID).toString()});
if (res != 'failure') {
data = jsonDecode(res);