-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels