Bills the correct credit card.

This commit is contained in:
Christopher Neugebauer 2016-12-12 18:56:34 +11:00
parent 7a7aa95874
commit 4ba7f630e0

View file

@ -114,6 +114,7 @@ def process_card(request, form, inv):
charge = actions.charges.create(
amount_to_pay,
customer,
source=card,
currency=CURRENCY,
description=description,
capture=True,