Bills the correct credit card.
This commit is contained in:
parent
7a7aa95874
commit
4ba7f630e0
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue