intive / adyen_flutter

A Flutter plugin for the Adyen Payment Provider DropIn UI
MIT License
11 stars 26 forks source link

Getting an error when trying the card payment method #15

Open noobflutterdev opened 2 years ago

noobflutterdev commented 2 years ago

As soon as I click on credit card on the drop in I get the following error even when I have specified the public key generated from the adyen dashboard.

E/CO.BaseComponentDialogFragment( 6399): Unable to fetch publicKey. D/CO.DropInActivityKt( 6399): showError - message: Something went wrong. W/Parcel ( 6399): Expecting binder but got null!

Can you please tell me what I am doing wrong? I don't have a server website can it be the issue?