Update: 2026-07-10 19:42:49

This commit is contained in:
Hamza-Ayed
2026-07-10 19:42:50 +03:00
parent 2bce11b940
commit 607c9bd9f4
13 changed files with 17 additions and 134 deletions
+2 -1
View File
@@ -352,7 +352,8 @@ class AppLink {
"$paymentServer/ride/driverWallet/get.php";
static String get getDriverPaymentToday =>
"$paymentServer/ride/payment/get.php";
static String get getCountRide => "$rideServer/payment/getCountRide.php";
static String get getCountRide =>
"$paymentServer/ride/payment/getCountRide.php";
static String get getAllPaymentFromRide =>
"$paymentServer/ride/payment/getAllPayment.php";
static String get getAllPaymentVisa =>