Skip to content

Commit

Permalink
26.02. Stripe Integration. no funciona.
Browse files Browse the repository at this point in the history
  • Loading branch information
neapovea committed Apr 18, 2017
1 parent dbb5345 commit b0f533d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions store/templates/store/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h4> Total: $<span class="cart_value">{{ total }}</span></h4>

<div>
{% csrf_token %}
<a href="#">
<!--<a href="#">
<img src="https://stripe.com/img/open-graph/logo.png?2" id="customButton">
Expand Down Expand Up @@ -72,7 +72,7 @@ <h4> Total: $<span class="cart_value">{{ total }}</span></h4>
handler.close();
});
</script>
</a>
</a>-->
</div>

{% endif %}
Expand Down

0 comments on commit b0f533d

Please sign in to comment.