I remember I had tried it a while back and got stumped on the Hashing of the cart XML. You can't do a straight up HASH call in CF since the only hash they provide doesn't take a Key (that I could find). You have to do the Hashing algorithm on your own. I found ASP and PHP versions, but could not understand how it was done.
I think now, though, they have a non-encrypted option which would be cool. ....................... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1134 x 14 212.691.3477 fax www.nylontechnology.com "Some people call me the space cowboy. Some people call me the gangster of love." -----Original Message----- From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 02, 2006 8:22 PM To: CF-Talk Subject: Re: Google Checkout Coldfusion MX 6.1 >The readme says it needs 7 but for prior versions to replace calls to >binaryDecode() - I have not personally integrated this for 7 or 6.1, I >am just aware of it...so I can't be much help beyond that. Google Checkout has requirements for encoding that definitely work best with CF7. You'd need to find a 3rd party replacement of some kind to get it to work on 6.1. And I thought PayPal was a pain to integrate! Google is definitely one of the more complicated checkout processes I've ever seen, but the posted code does a lot of the harder stuff for you. I'd certainly love to hear if anyone can get it to work with CF 6.1. I'd consider including it in my next CFW version, but I don't like requiring such a recent CF release. It always gets confusing for customers when some features require a different version than the base code does. Of course, customers are easily confused. ;-) -------------------- Mary Jo Sminkey http://www.cfwebstore.com CFWebstore, ColdFusion E-commerce ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:248716 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

