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
If you use multiple if statements, the merge will fail and replace the wrong @endif. The same problem was there before with the repeaters but that is fixed now.
If you use multiple if statements, the merge will fail and replace the wrong @endif. The same problem was there before with the repeaters but that is fixed now.
There template:
@if.paymentDiscount
There should be a paymentDiscount
@endif
@if.discount
There should be a discount
@endif
The text was updated successfully, but these errors were encountered: