braintree_django icon indicating copy to clipboard operation
braintree_django copied to clipboard

Docstring error

Open mkelley33 opened this issue 13 years ago • 0 comments

In the docstring for forms.TransactionForm:

form.tr_protected['options']['submit_for_settlement'] = True

should be:

form.tr_protected['transaction']['options']['submit_for_settlement'] = True

mkelley33 avatar Mar 23 '11 15:03 mkelley33