PHP Classes

File: README.txt

Recommend this page to a friend!
  Classes of Sithu Kyaw   Go PayPal   README.txt   Download  
File: README.txt
Role: Documentation
Content type: text/plain
Description: Read this before use the class
Class: Go PayPal
Generate HTML for Paypal payment buttons and forms
Author: By
Last change:
Date: 12 years ago
Size: 1,682 bytes
 

Contents

Class file image Download
================================ GoPayPal Class PHP PayPal Payment API Helper Version : 1.0 Developer : Sithu ================================ (1) Generate HTML Forms for Paypal AI, including Buy now, Donations, Subscriptions, Shopping carts and Gift certificates. Please look at Example folder or examples. (2) Process Paypal payments and return transactions from PayPal so you can do all processing. ===================== Supported PayPal API ===================== 1. Buy Now 2. Subscriptions 3. Donations 4. Buy Gift Certificates 4. Add To Cart 6. Single Item with PayPal Shopping Cart 7. Multiple Items with Third Party Shopping Cart ======================================== Pre-defined constants for all API types ======================================== These following constants are needed to use when creating GoPayPal class instant BUY_NOW # Buy Now button implementation ADD_TO_CART # Add To Cart button implementation PAYPAY_CART # Indivitual items with PayPal shopping cart implementation THIRD_PARTY_CART # Third-party shopping cart implementation with multiple items DONATE # Donate button implementation GIFT_CERTIFICATE # Buy Gift Certivicate button implementation SUBSCRIBE # Subscribe button implementation ============================================ Read the documentation for HTML variables ============================================ HTML-Form-&-Variables-Basics-for-PayPal-Website-Payments-Standard.pdf ====================================================== See more details for usage examples in Example/ Folder ====================================================== GoPayPal/Example/index.php