Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request dj-stripe#391 from kandoio/bug/has_valid_card
Browse files Browse the repository at this point in the history
Bug: has valid card should be has valid source
  • Loading branch information
kavdev authored Dec 8, 2016
2 parents ae7f139 + bb2fba1 commit b911b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djstripe/templates/djstripe/confirm_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>Confirm your Subscription</h2>

<div class="row">
<div class="col-xs-12">
{% if not customer.has_valid_card %}
{% if not customer.has_valid_source %}
<p>Please add valid card <a href="{% url 'djstripe:account' %}">here</a></p>
{% else %}
<form
Expand Down

0 comments on commit b911b9a

Please sign in to comment.