syntax error fix

pull/1/head
Raymond Yee 2012-10-03 09:24:04 -07:00
parent 65998ac219
commit f9e81d1741
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class PaymentManager( object ):
# Forward to our payment processor # Forward to our payment processor
mod = __import__("regluit.payment." + module, fromlist=[str(module)]) mod = __import__("regluit.payment." + module, fromlist=[str(module)])
return = mod.Processor().ProcessIPN(request) return mod.Processor().ProcessIPN(request)
def update_preapproval(self, transaction): def update_preapproval(self, transaction):
"""Update a transaction to hold the data from a PreapprovalDetails on that transaction""" """Update a transaction to hold the data from a PreapprovalDetails on that transaction"""