Hey guys, I am new to Satchmo and trying to figure out how exactly the payment modules work. The goal: Use satchmo, but have a custom payment module that saves sensitive info like the credit card number to a Customer Information Manager[1]. The client doesn't want credit card info on their server any more. I'm looking through the source, and it looks like this will be a large amount of work. I could listen for a signal (maybe the pre_save on the CreditCard model) to stop the save, but then I need to put the data somewhere else... Or maybe just redefining the credit card model to be a fake model that makes http requests when it is saved or instantiated?
Anyway, is there a good way to do this in Satchmo, or is it too much against the grain of the existing code? Thanks, Alex 1 http://www.authorize.net/solutions/merchantsolutions/merchantservices/cim/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
