Skip to content
Snippets Groups Projects
Commit 6f22fc07 authored by Clinton Blackburn's avatar Clinton Blackburn
Browse files

Fixed receipt page bug

Variable name was broken by a commit in #9868.

ECOM-2431
parent b2f1855e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<div class="provider-info">
<%= interpolate(
gettext("You still need to visit the %(display_name)s website to complete the credit process."),
{ display_name: displayname }, true
{ display_name: display_name }, true
) %>
</div>
<div class="provider-more-info">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment