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

Commit

Permalink
Merge pull request #7 from Shopify/bogus-gateway-dropped
Browse files Browse the repository at this point in the history
Bogus gateway has been dropped from shop.enabled_payment_types
  • Loading branch information
cshold committed Mar 11, 2014
2 parents 868b751 + 28574d2 commit 27fef17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions snippets/footer.liquid
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

0 comments on commit 27fef17

Please sign in to comment.