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
{{ message }}
This repository was archived by the owner on Jul 19, 2021. It is now read-only.
Problem
The auto select gift card code doesn't work.
Replication steps
Issue a gift card and click the gift card code.
More Information
Fix
Change:
<span id="GiftCardDigits">{{ gift_card.code | format_code }}</span>
to:
<span id="GiftCardDigits" class="giftcard__code">{{ gift_card.code | format_code }}</span>
The text was updated successfully, but these errors were encountered: