6/22/1
This commit is contained in:
@@ -79,7 +79,6 @@ class PaymobPayment {
|
||||
'api_key': _apiKey,
|
||||
},
|
||||
);
|
||||
print(response.data['token']);
|
||||
|
||||
return response.data['token'];
|
||||
} catch (e) {
|
||||
@@ -105,7 +104,6 @@ class PaymobPayment {
|
||||
"items": items,
|
||||
},
|
||||
);
|
||||
print(response.data['id']);
|
||||
|
||||
return response.data['id'];
|
||||
} catch (e) {
|
||||
@@ -138,7 +136,6 @@ class PaymobPayment {
|
||||
if (message != null) {
|
||||
throw Exception(message);
|
||||
}
|
||||
print(response.data['token']);
|
||||
return response.data['token'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user