All, I'm in the process of rewriting the Google Checkout integration for Satchmo[1]. One of the things I'm not certain how to approach is the integration into the checkout links. The payment processor module needs to be able to customize the checkout links; change them to a POST, add an image, etc. What is the right way to approach that?
Eli [1] The current integration uses the old name=value format, which is not the default for Google Checkout, so I'm converting it to use the XML notifications. This should let it work out of the box with Google. Also, Google gets the user's shipping, billing, and email addresses and sends those to us, so we don't need to go through those forms locally. Then there was the shipping and tax issues; Google Checkout can be configured to calculate those for you, but the current code forces shipping to flat-rate. I started out trying to address those issues, one thing led to another, and I've practically rewritten the thing. ------------------. "If it ain't broke now, Eli Carter \ it will be soon." -- crypto-gram [email protected] `------------------------------------------------- -- 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.
