2/25/2
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user