this belongs with last commit

pull/1/head
eric 2012-10-02 23:51:25 -04:00
parent 73910ae8a0
commit 65998ac219
1 changed files with 1 additions and 2 deletions

View File

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