-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payment methods not showing #15
Comments
Hi @zvone00 , |
Hello, |
Hi,
But the list of payment methods isn't displayed, only the "Card component". I start the payment with the Dropin methos as shown here: const response = await AdyenPayment.startPaymentPromise(AdyenPayment.DROPIN, componentData, paymentDetails);
console.log(response); How can I display the list of payment methods ? |
hello, To be more clear,
every work fine, i have all my credit card, and other payment mothod displayed if i use
i have just one credit card displayed this is fix on the followed PR Thanks |
AS a customer with multiple stored Credit Cards, i can view and select an old one This PR fix the following issue : mkharibalaji#15
Hello,
I copied exact code from documentation to my component.
But the payment methods are not showing, only the pay button is visible. What should I do in order for payment methods to show-up (specifically credit card fields)? How are they mounted?
Is there any way to debug
AdyenPayment.initialize(appServiceConfigData);
?Thanks
The text was updated successfully, but these errors were encountered: