Kohana PHP Framework Patches
Kohana 2.3.4 PayPal Payments Pro Patch
Fixes the following problems with the paypalpro payment driver:
- Returns TRUE for all responses, including denied transactions
- The standard fields listed in Payment_Core class were not mapped into Paypalpro driver
- Payment_Core class was missing middle_name, address2, country, ship_to-address2, ship_to_country, ship_to_phone, and ship_to_email fields in its list of standard fields.
- PayPal has different field requirements based on the value of METHOD which is not reflected in the required fields list.
