Thanks, I appreciate it...In the meantime, I'll probably focus on the PayPal 
Sandbox configuration and see if I can get that configured properly.

One other thing (answer it whenever you get time), did you have to alter any 
of your Satchmo code to get this to work? Like the settings.py or 
local_settings.py or even the PayPal module code? I know I've see examples 
or others trying to get PayPal and Google Checkout to work in Django and 
I'll see things like this in their settings.py file. 

PAYPAL_URL = "https://www.sandbox.paypal.com/cgi-bin/webscr";
PAYPAL_EMAIL = "seller_1264_biz_api1.gmail.com" 
PAYPAL_RECEIVER_EMAIL = "[email protected]"

or

GOOGLE_CHECKOUT_MERCHANT_ID = '9433025808543254' 
GOOGLE_CHECKOUT_MERCHANT_KEY = '8S1SFlOlqkZkiRFUenzwWW' 
GOOGLE_CHECKOUT_URL = 
'https://sandbox.google.com/checkout/api/checkout/v2/request/Merchant/' + 
GOOGLE_CHECKOUT_MERCHANT_ID

Of course, I'm not sure, but my guess is that Satchmo (b/c they already have 
a PayPal module included) have somehow taken care of some of the "lower 
level" stuff? Just curious, that's all...

thanks again,
j.

-- 
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.

Reply via email to