Return True if associate_customer_card runs ok

This commit is contained in:
PCoder 2017-10-29 14:40:15 +01:00
parent 82ad9ac337
commit 23e7edf7c2

View file

@ -86,6 +86,7 @@ class StripeUtils(object):
if set_as_default:
customer.default_source = card.id
customer.save()
return True
@handleStripeError
def dissociate_customer_card(self, stripe_customer_id, card_id):