This commit is contained in:
Hamza-Ayed
2024-07-04 10:25:36 +03:00
parent a1e4325988
commit b5bc36e4be
4 changed files with 9 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ class PaymobPayout extends GetxController {
"msisdn": msisdn, // "01023456789"
});
var res = await http.post(
Uri.parse('https://paymobsolutions.com/api/secure/disburse/'),
Uri.parse('https://payouts.paymobsolutions.com/api/secure/disburse/'),
headers: headers,
body: body,
);
@@ -129,7 +129,7 @@ class PaymobPayout extends GetxController {
};
var res = await http
.post(
Uri.parse('https://paymobsolutions.com/api/secure/disburse/'),
Uri.parse('https://payouts.paymobsolutions.com/api/secure/disburse/'),
headers: headers,
body: body,
)