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

[7.x] Fix {{ sc:customer:order }} tag #1086

Merged
merged 1 commit into from
May 31, 2024
Merged

Conversation

duncanmcclean
Copy link
Owner

This pull request fixes the {{ sc:customer:order }} tag. It was returning an Order object which was causing an error in Antlers since it doesn't know how to handle it.

Instead, we're now returning an augmented array which Antlers will be able to handle.

Closes #1081.

@duncanmcclean duncanmcclean changed the title [5.x] Fix {{ sc:customer:order }} tag [7.x] Fix {{ sc:customer:order }} tag May 31, 2024
@duncanmcclean duncanmcclean merged commit ce6973e into 7.x May 31, 2024
12 checks passed
@duncanmcclean duncanmcclean deleted the fix/customer-order-tag branch May 31, 2024 19:10
Copy link

Released as part of v7.2.1.

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

Successfully merging this pull request may close these issues.

Receiving error when trying to load order details with tag.
1 participant