Hello All, So I've been trying to write a payment module to use with First Data. I've based most of my efforts on the authorize.net module. I have a few questions that I can't seem to wrap my head around. Here's my processors.py file for reference: http://dpaste.com/hold/64742/.
The site I'm working on has a pretty basic payment scheme. Authorize the transaction when the customer first checks out, and charge the card when the order is marked as shipped. In test mode, when I attempt to send the request to First Data, it doesn't include the cc# or cvm. I use pretty much the same method as the authorize.net module by calling order.credit_card.decryptedCC in get_standard_charge_data I am unsure as to how exactly credit cards are handled by Satchmo. I know they're stored in an encrypted form in the database, but if I try to pull a decrypted cc# in the shell with order.credit_card.decryptedCC I get nothing. I'm sure there is some security reason behind this, but could somebody clarify exactly what's going on here? Thanks, and I appreciate the help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
