Skip to content

Latest adyen api breaks checkout #159

@Sult

Description

@Sult

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions