commerce_paypal_avs_code_message |
./commerce_paypal.module |
Returns an appropriate message given an AVS code. |
1 |
|
commerce_paypal_cvv_match_message |
./commerce_paypal.module |
Returns an appropriate message given a CVV2 match code. |
1 |
|
commerce_paypal_icons |
./commerce_paypal.module |
Returns an array of PayPal payment method icon img elements. |
1 |
|
commerce_paypal_ipn_delete |
./commerce_paypal.module |
Deletes a stored IPN by ID. |
|
|
commerce_paypal_ipn_invoice |
./commerce_paypal.module |
Returns a unique invoice number based on the Order ID and timestamp. |
1 |
|
commerce_paypal_ipn_load |
./commerce_paypal.module |
Loads a stored IPN by ID. |
3 |
|
commerce_paypal_ipn_pending_reason |
./commerce_paypal.module |
Returns an appropriate message given a pending reason. |
1 |
|
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. |
2 |
|
commerce_paypal_menu |
./commerce_paypal.module |
Implements hook_menu(). |
|
|
commerce_paypal_process_ipn |
./commerce_paypal.module |
Processes an incoming IPN. |
|
1 |
commerce_paypal_schema |
./commerce_paypal.install |
Implements hook_schema(). |
|
|
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_currencies |
modules/wpp/commerce_paypal_wpp.module |
Returns an array of all possible Direct Payment currency codes. |
3 |
|
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_payment_action |
modules/wpp/commerce_paypal_wpp.module |
Returns the relevant PayPal payment action for a given transaction type. |
1 |
|
commerce_paypal_wpp_request |
modules/wpp/commerce_paypal_wpp.module |
Submits a PayPal WPP API request to PayPal. |
2 |
|
commerce_paypal_wpp_requirements |
modules/wpp/commerce_paypal_wpp.install |
Implementation of hook_requirements(). |
|
|
commerce_paypal_wpp_reverse_payment_action |
modules/wpp/commerce_paypal_wpp.module |
Returns the description of a transaction type for a PayPal WPP payment action. |
1 |
|
commerce_paypal_wpp_server_url |
modules/wpp/commerce_paypal_wpp.module |
Returns the URL to the specified PayPal WPP server. |
1 |
|
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_currencies |
modules/wps/commerce_paypal_wps.module |
Returns an array of all possible currency codes. |
3 |
|
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 and CSS to the submission form if
enabled in the payment method settings. |
|
|
hook_commerce_paypal_ipn_process |
./commerce_paypal.api.php |
Lets modules perform additional processing on validated IPNs. |
|
|
hook_commerce_paypal_wpp_request_alter |
modules/wpp/commerce_paypal_wpp.api.php |
Allows modules to alter the name-value pair array for a PayPal WPP API
request before it is submitted. |
|
|
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. |
|
|