|
|
|
@ -168,6 +168,7 @@ class PayfortService extends BaseService {
|
|
|
|
/// Step 4: Processing Payment [Don't multiply with 100]
|
|
|
|
/// Step 4: Processing Payment [Don't multiply with 100]
|
|
|
|
/// Amount value send always round ex. [100] not [100.00, 100.21]
|
|
|
|
/// Amount value send always round ex. [100] not [100.00, 100.21]
|
|
|
|
FortRequest request = FortRequest(
|
|
|
|
FortRequest request = FortRequest(
|
|
|
|
|
|
|
|
command: FortCommand.purchase,
|
|
|
|
amount: orderAmount!,
|
|
|
|
amount: orderAmount!,
|
|
|
|
customerName: customerName!,
|
|
|
|
customerName: customerName!,
|
|
|
|
customerEmail: customerEmail!,
|
|
|
|
customerEmail: customerEmail!,
|
|
|
|
|