Skip to content
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

Latest adyen api breaks checkout #159

Open
Sult opened this issue Jan 6, 2024 · 0 comments
Open

Latest adyen api breaks checkout #159

Sult opened this issue Jan 6, 2024 · 0 comments

Comments

@Sult
Copy link

Sult commented Jan 6, 2024

Hello,

I want to use your package, however running into an issue

the code is build against Adyen 6.0.0 version
however the latest is 10.0.0

when using checkout with adyen 10.0.0 (which i would like to use for other functionality)
the checkout dies with the following error:

<html><body>
<!--StartFragment-->
Exception Type: | TypeError
-- | --
'NoneType' object is not callable
/opt/app/venv/lib/python3.11/site-packages/djadyen/templatetags/adyen_tags.py, line 60, in adyen_payment_component
orders.views.payments.PaymentView

<!--EndFragment-->
</body>
</html>

This happens during adyen template tags

/opt/app/venv/lib/python3.11/site-packages/djadyen/templatetags/adyen_tags.py, line 60, in adyen_payment_component
result = ady.checkout.sessions(request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant