Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Bogus gateway has been dropped from shop.enabled_payment_types #7

Merged
merged 1 commit into from
Mar 11, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions snippets/footer.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@
{% endcomment %}
<ul class="inline-list payment-icons text-center">
{% for type in shop.enabled_payment_types %}
{% unless type == 'bogus' %}
<li>
<img src="{{ type | payment_type_img_url }}" />
</li>
{% endunless %}
{% endfor %}
</ul>

Expand Down