Commit 6f22fc07 by Clinton Blackburn

Fixed receipt page bug

Variable name was broken by a commit in #9868.

ECOM-2431
parent b2f1855e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="provider-info"> <div class="provider-info">
<%= interpolate( <%= interpolate(
gettext("You still need to visit the %(display_name)s website to complete the credit process."), 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>
<div class="provider-more-info"> <div class="provider-more-info">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment