25-5-30/1
This commit is contained in:
@@ -183,7 +183,7 @@ class _MyAppState extends State<MyApp> {
|
||||
|
||||
String? key = (await storage.read(key: BoxName.payMobApikey));
|
||||
if (key != null) {
|
||||
String? apiKey = EncryptionHelper.instance.decryptData(key);
|
||||
String? apiKey = (key);
|
||||
if (apiKey != null) {
|
||||
PaymobPayment.instance.initialize(
|
||||
// Use .instance
|
||||
|
||||
Reference in New Issue
Block a user