Give this a try:

import requests
r = requests.get("https://tlstest.paypal.com";)
print r.status_code
print r.content


It should print out 200 for the status code, and "PayPal_Connection_OK" for 
the content.

I'd be happy to learn more about the satchmo project you've inherited. 
Please PM me.

Sincerely,

Dan 


On Tuesday, August 9, 2016 at 11:54:06 AM UTC-6, jc wrote:
>
> I have a Satchmo/Django e-commerce store that I've sort of inherited. :/ 
> The client got an email from PayPal recently stating that they will be 
> updating fromm SHA-1 to SHA-256 and changing to a G5 Root Certificate as 
> well. I will need to update the store (probably specifically the PayPal 
> module?) before the change over. Looks like the app that was installed is 
> named: payment.modules.paypal
>
> I need advice/help form someone very familar with Satchmo or Django or 
> both on how to update this as I'm somewhat clueless at the moment. For what 
> it's worth, I'm guessing all of the work will be done inside the folder 
> named /satchmo/apps/payment/modules/paypal? Any and all help is 
> appreciated.
>
> Here is the link the PayPal info: 
> https://www.paypal-knowledge.com/infocenter/index?page=content&widgetview=true&ID=FAQ1766&viewlocale=en_US
>

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/satchmo-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to