mkharibalaji / react-native-adyen-payment

React Native Adyen Payment
https://mkharibalaji.github.io/react-native-adyen-payment/
MIT License
35 stars 35 forks source link

🤖 Corrected type casting mismatch #25

Closed Gp2mv3 closed 3 years ago

Gp2mv3 commented 3 years ago

I corrected the type as I received the following error during build:

react-native-adyen-payment/android/src/main/java/com/rnlib/adyen/AdyenComponentConfiguration.kt: (80, 23): Java type mismatch expected (Mutable)Map<(raw) Any?, (raw) Any?>! but found kotlin.collections.HashMap<String, Configuration> /* = java.util.HashMap<String, Configuration> */. Use explicit cast

Gp2mv3 commented 3 years ago

@mkharibalaji Can you merge this ?