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,