From bb2fba1ac2caf021ff5369cb104330d3e28a5088 Mon Sep 17 00:00:00 2001 From: Kieran Brownlees Date: Thu, 8 Dec 2016 16:59:31 +1300 Subject: [PATCH] Change has_valid_card -> has_valid_source in confirm_form --- djstripe/templates/djstripe/confirm_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djstripe/templates/djstripe/confirm_form.html b/djstripe/templates/djstripe/confirm_form.html index 2616da8eca..80ca65bb08 100644 --- a/djstripe/templates/djstripe/confirm_form.html +++ b/djstripe/templates/djstripe/confirm_form.html @@ -20,7 +20,7 @@

Confirm your Subscription

- {% if not customer.has_valid_card %} + {% if not customer.has_valid_source %}

Please add valid card here

{% else %}