You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
This happens during adyen template tags
The text was updated successfully, but these errors were encountered: