From a2dd8f2e35f53262c9c2ab74dd504f4d2e655ec9 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Sun, 20 Apr 2025 17:06:14 +0300 Subject: [PATCH] no message --- lib/services/payfort_services/payfort_service.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/services/payfort_services/payfort_service.dart b/lib/services/payfort_services/payfort_service.dart index 5dedd006..9b2c4597 100644 --- a/lib/services/payfort_services/payfort_service.dart +++ b/lib/services/payfort_services/payfort_service.dart @@ -168,6 +168,7 @@ class PayfortService extends BaseService { /// Step 4: Processing Payment [Don't multiply with 100] /// Amount value send always round ex. [100] not [100.00, 100.21] FortRequest request = FortRequest( + command: FortCommand.purchase, amount: orderAmount!, customerName: customerName!, customerEmail: customerEmail!,