Skip to content

Instantly share code, notes, and snippets.

@jonathancg90
Last active May 30, 2016 21:51
Show Gist options
  • Save jonathancg90/9f90540580b433b766ebb7d2b493634f to your computer and use it in GitHub Desktop.
Save jonathancg90/9f90540580b433b766ebb7d2b493634f to your computer and use it in GitHub Desktop.
virtualenv python3
virtualenv --python=/usr/bin/python3
mkvirtualenv --python=/usr/local/bin/python3 myenv
pip install pyopenssl ndg-httpsclient pyasn1
https://github.com/skotcarruth/buybay/blob/ee198eb846614eb52114f75ef864303e72fea6ab/orders/paypal.py
*) http://paypal.github.io/sdk/#merchant
*) https://www.paypal-knowledge.com/infocenter/index?page=content&id=FAQ1913&expand=true&locale=es_ES
*) http://tiendaejemplomx.com/demo/demo.php
*) https://developer.paypal.com/docs/classic/express-checkout/
*) https://developer.paypal.com/docs/classic/express-checkout/gs_expresscheckout/
*) https://developer.paypal.com/docs/classic/express-checkout/in-context/
*) https://www.paypal.com/cl/webapps/mpp/logo-center?locale.x=es_CL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment