25-2/24/1
This commit is contained in:
@@ -14,7 +14,7 @@ class DriverWalletHistoryController extends GetxController {
|
||||
getArchivePayment() async {
|
||||
isLoading = true;
|
||||
update();
|
||||
var res = await CRUD().get(
|
||||
var res = await CRUD().getWallet(
|
||||
link: AppLink.getWalletByDriver,
|
||||
payload: {'driverID': box.read(BoxName.driverID)});
|
||||
if (res == 'failure') {
|
||||
|
||||
Reference in New Issue
Block a user