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