You are here

Functions in Commerce PayPal 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
commerce_paypal_ipn_save ./commerce_paypal.module Saves an IPN with some meta data related to local processing. 1
commerce_paypal_ipn_url ./commerce_paypal.module Returns the IPN URL. 4
commerce_paypal_menu ./commerce_paypal.module Implements hook_menu().
commerce_paypal_payment_action ./commerce_paypal.module Returns the relevant PayPal payment action for a given transaction type. 3
commerce_paypal_payment_methods ./commerce_paypal.module Returns an array of PayPal payment methods. 3
commerce_paypal_payment_transaction_load ./commerce_paypal.module Loads the payment transaction matching the PayPal transaction ID. 1
commerce_paypal_ppa_settings_form modules/payflow/commerce_payflow.module Payment method callback: settings form. 1
commerce_paypal_price_amount ./commerce_paypal.module Formats a price amount into a decimal value as expected by PayPal. 10
commerce_paypal_process_ipn ./commerce_paypal.module Processes an incoming IPN. 1
commerce_paypal_reverse_payment_action ./commerce_paypal.module Returns the description of a transaction type for a PayPal payment action. 1
commerce_paypal_schema ./commerce_paypal.install Implements hook_schema().
commerce_paypal_short_pending_reason ./commerce_paypal.module Returns a short description of the pending reason based on the given value. 3
commerce_paypal_wpp_capture_access modules/wpp/commerce_paypal_wpp.module Determines access to the prior authorization capture form for PayPal WPP credit card transactions. 1
commerce_paypal_wpp_capture_form modules/wpp/includes/commerce_paypal_wpp.admin.inc Form callback: allows the user to capture a prior authorization. 1
commerce_paypal_wpp_capture_form_submit modules/wpp/includes/commerce_paypal_wpp.admin.inc Submit handler: process a prior authorization capture via WPP.
commerce_paypal_wpp_capture_form_validate modules/wpp/includes/commerce_paypal_wpp.admin.inc Validate handler: ensure a valid amount is given.
commerce_paypal_wpp_card_type modules/wpp/commerce_paypal_wpp.module Returns the value for a credit card type expected by PayPal. 1
commerce_paypal_wpp_commerce_payment_method_info modules/wpp/commerce_paypal_wpp.module Implements hook_commerce_payment_method_info().
commerce_paypal_wpp_default_settings modules/wpp/commerce_paypal_wpp.module Returns the default settings for the PayPal WPP payment method. 2
commerce_paypal_wpp_menu modules/wpp/commerce_paypal_wpp.module Implements hook_menu().
commerce_paypal_wpp_requirements modules/wpp/commerce_paypal_wpp.install Implementation of hook_requirements().
commerce_paypal_wpp_settings_form modules/wpp/commerce_paypal_wpp.module Payment method callback: settings form.
commerce_paypal_wpp_submit_form modules/wpp/commerce_paypal_wpp.module Payment method callback: checkout form.
commerce_paypal_wpp_submit_form_submit modules/wpp/commerce_paypal_wpp.module Payment method callback: checkout form submission.
commerce_paypal_wpp_submit_form_validate modules/wpp/commerce_paypal_wpp.module Payment method callback: checkout form validation.
commerce_paypal_wps_commerce_payment_method_info modules/wps/commerce_paypal_wps.module Implements hook_commerce_payment_method_info().
commerce_paypal_wps_default_settings modules/wps/commerce_paypal_wps.module Returns the default settings for the PayPal WPS payment method. 1
commerce_paypal_wps_form_commerce_checkout_form_alter modules/wps/commerce_paypal_wps.module Implements hook_form_FORM_ID_alter().
commerce_paypal_wps_languages modules/wps/commerce_paypal_wps.module Returns an array of all possible language codes. 1
commerce_paypal_wps_order_form modules/wps/commerce_paypal_wps.module Builds a Website Payments Standard form from an order object. 1
commerce_paypal_wps_paypal_ipn_process modules/wps/commerce_paypal_wps.module Payment method callback: process an IPN once it's been validated.
commerce_paypal_wps_paypal_ipn_validate modules/wps/commerce_paypal_wps.module Payment method callback: validate an IPN based on receiver e-mail address, price, and other parameters as possible.
commerce_paypal_wps_redirect_form modules/wps/commerce_paypal_wps.module Payment method callback: redirect form, a wrapper around the module's general use function for building a WPS form.
commerce_paypal_wps_redirect_form_validate modules/wps/commerce_paypal_wps.module Payment method callback: redirect form return validation.
commerce_paypal_wps_server_url modules/wps/commerce_paypal_wps.module Returns the URL to the specified PayPal WPS server. 1
commerce_paypal_wps_settings_form modules/wps/commerce_paypal_wps.module Payment method callback: settings form.
commerce_paypal_wps_submit_form modules/wps/commerce_paypal_wps.module Payment method callback: adds a message to the submission form if enabled in the payment method settings.
hook_commerce_paypal_api_request_alter ./commerce_paypal.api.php Allows modules to alter the name-value pair array for a PayPal API request before it is submitted.
hook_commerce_paypal_checkout_create_order_request_alter modules/checkout/commerce_paypal_checkout.api.php Allows modules to alter the request body before the create order API call is made to PayPal.
hook_commerce_paypal_checkout_update_order_request_alter modules/checkout/commerce_paypal_checkout.api.php Allows modules to alter the request body before the update order API call is made to PayPal.
hook_commerce_paypal_ipn_process ./commerce_paypal.api.php Lets modules perform additional processing on validated IPNs.
hook_commerce_paypal_wps_order_form_data_alter modules/wps/commerce_paypal_wps.api.php Allows modules to alter the data array used to create a PayPal WPS redirect form prior to its form elements being created.
theme_commerce_paypal_checkout_smart_payment_buttons modules/checkout/commerce_paypal_checkout.module Returns HTML for the Smart payment buttons.
theme_paypal_ec_mark_image modules/ec/commerce_paypal_ec.module Returns a themed PayPal mark image.

Pages

Other projects