This commit is contained in:
Hamza-Ayed
2024-02-25 17:27:28 +03:00
parent b33e797f76
commit e2cdf18b59
9 changed files with 114 additions and 45 deletions

View File

@@ -15,7 +15,7 @@ class DriverWalletHistoryController extends GetxController {
update();
var res = await CRUD().get(
link: AppLink.getWalletByDriver,
payload: {'driver_id': box.read(BoxName.driverID)});
payload: {'driverID': box.read(BoxName.driverID)});
archive = jsonDecode(res)['message'];
print(archive);