- Issue created by @tbwetix
- Status changed to Fixed
4 months ago 5:04pm 29 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.
The file commerce-coupon-redemption-form.html.twig is not implementing the twig filter method correctly.
The filter arguments must be (coupon, key) in order to work correctly.
It is already done in Drupal Commerce.
Replace form.coupons|filter(key => key|first != '#' )
by form.coupons|filter((coupon, key) => key|first != '#' )
Fixed
5.5
Code
Automatically closed - issue fixed for 2 weeks with no activity.