Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Latest Updates

drewjoh edited this page Apr 13, 2011 · 6 revisions

v0.9

  • Class now takes a `$config` array upon instantiation for sensitive PayPal API information. See setup for help.
  • Added a `clear_items()` function to clear items added when doing multiple transactions one after another.
  • Updated to use PayPal API version 53.0 (was using 3.0)
  • Added `manage_recurring_payments_profile_status()` function.
  • Changed various function and variable names to be consistent across the class.
  • Lots of smaller changes, see commit messages for full details.

v0.8

  • Changed public function names from “ThisFormat()” to “this_format()” to conform to common PHP naming conventions.

v0.7

  • Moved API credentials up to the top and simplified.
  • Updated license
  • Added create, update, get recurring payments
  • Lots of code clean-up

v0.6

  • Added refund transaction function
  • Added do void transaction function
  • Added do capture transaction function
  • Added do authorization transaction function
  • Added do reauthorization transaction function
  • Added get transaction details function

v0.5.2

  • Updated the code license
  • Deleted the extended error codes and error information for now until it is fully implemented (was inflating the file size about 50K more than necessary)
  • Fixed the error handling for the hash_call() function

v0.5.1

  • Changed the class name to “phpPayPal” to conform with project name and documentation

v0.5

  • Added Countries array
  • Added States array
  • Added Express Checkout Methods
Clone this wiki locally