Skip to content

Commit

Permalink
Update pdf-template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 17, 2019
1 parent f57c6bb commit a37bffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/template-guides/pdf-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Below we've prepared a ready-to-go template, complete with provided CSS to get y
<div class="voucher">
<img class="voucher-img" src="https://verbb.io/uploads/plugins/gift-voucher/gift-card-img.jpg" />
<span class="field-amount">{{ code.currentAmount | currency(order.currency, [], [], true) }}</span>
<span class="field-amount">{{ code.currentAmount | currency }}</span>
<div class="field-content">
<div class="demo-title">{{ code.voucher.title }}</div>
Expand Down

0 comments on commit a37bffa

Please sign in to comment.