adyen-examples / adyen-python-online-payments

Accept payments on your Python/Flask based website with cards, wallets, and key local payment methods
MIT License
42 stars 32 forks source link

Add sessions call #9

Closed gcatanese closed 2 years ago

jlengrand commented 2 years ago

Closes #8

jlengrand commented 2 years ago

Fixes #8

jlengrand commented 2 years ago

Did you change any css? I'm having some responsive (or lack of) that is different from the other demos I've seen. For example with iDeal (if you test the flow with ideal you'll see the width of the dropdown change).

image

jlengrand commented 2 years ago

Nice! Not much to say about the code, it looks good! I do have some other comments, happy to chat tomorrow.

gcatanese commented 2 years ago

@jlengrand Removed the platform configuration to simplify the code and keep consistency. Please have another look.

I will create a new issue to implement HMAC validation in the Webhook

jlengrand commented 2 years ago

You have my blessing, do merge!