Update: 2026-06-11 21:53:27

This commit is contained in:
Hamza-Ayed
2026-06-11 21:53:27 +03:00
parent b87477bec4
commit 7049c7468c
8 changed files with 970 additions and 104 deletions

View File

@@ -88,6 +88,15 @@ static String get payWithSyriatelConfirm =>
"$paymentServer/ride/syriatel/driver/confirm_payment.php";
static String get payWithSyriatelStart =>
"$paymentServer/ride/syriatel/driver/start_payment.php";
static String get createMtnInvoice => "$paymentServer/ride/mtn_new/create_mtn_invoice.php";
static String get uploadMtnProof => "$paymentServer/ride/mtn_new/verify_payment_ai.php";
static String get checkMtnStatus => "$paymentServer/ride/mtn_new/check_status.php";
static String get createCliqInvoice => "$paymentServer/ride/cliq/create_cliq_invoice.php";
static String get uploadCliqProof => "$paymentServer/ride/cliq/verify_payment_ai.php";
static String get checkCliqStatus => "$paymentServer/ride/cliq/check_status.php";
static String get payWithEcashDriver =>
"$paymentServer/ride/ecash/driver/payWithEcash.php";
static String get payWithEcashPassenger =>
@@ -102,6 +111,8 @@ static String get deletePassengersWallet => "$wallet/delete.php";
static String get updatePassengersWallet => "$wallet/update.php";
static String get getWalletByDriver => "$walletDriver/getWalletByDriver.php";
static String get transferWalletDriver => "$endPoint/ride/driverWallet/transfer.php";
static String get convertBudgetToPoints => "$walletDriver/convertBudgetToPoints.php";
static String get driverStatistic =>
"$endPoint/ride/driverWallet/driverStatistic.php";
static String get getDriverDetails =>