Merge branch 'relaunch_ry' of github.com:Gluejar/regluit into pledge_pretty_stick

pull/1/head
Andromeda Yelton 2012-10-03 12:24:49 -04:00
commit 5ca90fdaf4
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"""