Skip to content

Commit

Permalink
Merge pull request #526 from DeveloperMetal/fix-authnet-js
Browse files Browse the repository at this point in the history
fix: jinja include spacing breaks authnet js inlining
  • Loading branch information
Alchez committed Sep 1, 2020
2 parents de818a6 + c886829 commit b6f89af
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@

{% block script %}
<script>
{
%
include "templates/includes/integrations/authorizenet_checkout.js" %
}
{% include "templates/includes/integrations/authorizenet_checkout.js" %}
</script>
<script>
context = "{{ payment_context }}"
Expand Down

0 comments on commit b6f89af

Please sign in to comment.