Abstract class for Paypal API wrappers
Located in /Paypal/Model/Api/Abstract.php (line 32)
Varien_Object | --Mage_Paypal_Model_Api_Abstract
Class | Description |
---|---|
Mage_Paypal_Model_Api_Standard | PayPal Standard checkout request API |
Mage_Paypal_Model_Api_Nvp | NVP API wrappers model |
PayPal shopping cart instance
Config instance
Fields that should be replaced in debug with '***'
Filter callbacks for exporting $this data to API call
Global private to public interface map
Filter callbacks for importing API result to $this data
Line items export to request mapping settings
Imported recurring profiles array
Shipping options export to request mapping settings
Set recurring profiles
Export $this public data from specified object or array
Return Paypal Api certificate based on config data
Return Paypal Api password based on config data
Return Paypal Api signature based on config data
Return Paypal Api user name based on config data
BN code getter
PayPal merchant email getter
Define if debugging is enabled
Always take into accoun
PayPal page header background color getter
PayPal page header border color getter
PayPal page header image URL getter
Current locale code getter
PayPal page CSS getter
PayPal page "payflow color" (?) getter
Payment action getter
Return Paypal Api proxy host based on config data
Return Paypal Api proxy port based on config data
Check whether API certificate authentication should be used
Return Paypal Api proxy status based on config data
Import $this public data to specified object or array
Build query string from request
Log debug data to file
Prepare line items request
Returns true if there were line items added
Prepare shipping options request Returns false if there are no shipping options
Export $this public data to private request array
Filter amounts in API calls
Filter boolean values in API calls
Filter int values in API calls
Filter qty in API calls Paypal note: The value for quantity must be a positive integer. Null, zero, or negative numbers are not allowed.
Unified getter that looks in data or falls back to config
Import $this public data from a private response array
Street address workaround: divides address lines into parts by specified keys (keys should go as 3rd, 4th[...] parameters)
region_id workaround: PayPal requires state code, try to find one in the address
Documentation generated on Fri, 11 Feb 2011 16:54:47 +0200 by phpDocumentor 1.4.3