From e4ce158277426559e7933e3888f7635ffb0068e8 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Wed, 20 Dec 2023 22:42:37 +0300 Subject: [PATCH] updates --- lib/services/payfort_services/payfort_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/payfort_services/payfort_service.dart b/lib/services/payfort_services/payfort_service.dart index 45e1c2c6..e684d1bd 100644 --- a/lib/services/payfort_services/payfort_service.dart +++ b/lib/services/payfort_services/payfort_service.dart @@ -43,7 +43,7 @@ class PayfortService extends BaseService { Map body = { "Fort_id": result.fortId, "CommandType": result.command, - "Amount": (num.parse(result.amount) / 100).toString(), + "Amount": (num.parse(result.amount) / 100), "Payment_Option": result.paymentOption, "Customer_IP": result.customerIp, "ECI": result.eci,