Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.35 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.35 KB

Build Status

PayPalPaymentsProClassic

This tutorial is provided "AS-IS" with no warranty. This example is not to be used in a production environment. YOU (the developer) would need to ensure that your code works well with your own platform, and that you are handling data securely

Demo

http://www.mystartupsolutions.com/clients/paypal/PayPalPaymentsProClassicLite/examples/

IMPORTANT

When you go to production delete the examples folder. It is outputting raw api calls that include your credentials!

Setup

  1. git clone https://github.com/trainerbill/PayPalExpressCheckoutLite.git
  2. Edit config.php
  3. Presto.
  4. Run the examples /examples/

Goals

  1. Make basic PayPal Express Checkout integrations easier
  2. Provide basic validation for required parameters before submitting to paypal
  3. Reduce bloat of SDK
  4. Allow developer to place custom variables on NVP string
  5. Make it extendable and allow community to update
  6. Make basic functions like sending the api call and decoding the response easy.

To Do:

  1. EC Order/Auth/Capture
  2. Callback