|
|
|
@ -43,7 +43,7 @@ class PayfortService extends BaseService {
|
|
|
|
Map<String, dynamic> body = {
|
|
|
|
Map<String, dynamic> body = {
|
|
|
|
"Fort_id": result.fortId,
|
|
|
|
"Fort_id": result.fortId,
|
|
|
|
"CommandType": result.command,
|
|
|
|
"CommandType": result.command,
|
|
|
|
"Amount": (num.parse(result.amount) / 100).toString(),
|
|
|
|
"Amount": (num.parse(result.amount) / 100),
|
|
|
|
"Payment_Option": result.paymentOption,
|
|
|
|
"Payment_Option": result.paymentOption,
|
|
|
|
"Customer_IP": result.customerIp,
|
|
|
|
"Customer_IP": result.customerIp,
|
|
|
|
"ECI": result.eci,
|
|
|
|
"ECI": result.eci,
|
|
|
|
|