8 calls to commerce_paypal_api_request() in Commerce PayPal 7.2
- commerce_paypal_ec_capture_form_submit in modules/
ec/ includes/ commerce_paypal_ec.admin.inc - Submit handler: process a prior authorization capture via PayPal EC.
- commerce_paypal_ec_do_payment in modules/
ec/ commerce_paypal_ec.module - Confirm an Express Checkout payment for an order for the specified charge amount with a DoExpressCheckoutPayment API request.
- commerce_paypal_ec_redirect_form_validate in modules/
ec/ commerce_paypal_ec.module - Payment method callback: redirect form return validation.
- commerce_paypal_ec_refund_form_submit in modules/
ec/ includes/ commerce_paypal_ec.admin.inc - Submit handler: process a refund request.
- commerce_paypal_ec_set_express_checkout in modules/
ec/ commerce_paypal_ec.module - Submits a SetExpressCheckout request to PayPal for the given order.
- commerce_paypal_ec_void_form_submit in modules/
ec/ includes/ commerce_paypal_ec.admin.inc - Submit handler: process the void request.
- commerce_paypal_wpp_capture_form_submit in modules/
wpp/ includes/ commerce_paypal_wpp.admin.inc - Submit handler: process a prior authorization capture via WPP.
- commerce_paypal_wpp_submit_form_submit in modules/
wpp/ commerce_paypal_wpp.module - Payment method callback: checkout form submission.