includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php:
WC_Gateway_Paypal_API_Handler::do_capture()
|
Capture an authorization.
|
includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php:
WC_Gateway_Paypal_API_Handler::refund_transaction()
|
Refund an order via PayPal.
|
includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php:
WC_Gateway_Paypal_Response::get_paypal_order()
|
Get the order from the PayPal ‘Custom’ variable.
|
includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:
WC_Gateway_Paypal_IPN_Handler::validate_transaction_type()
|
Check for a valid transaction type.
|
includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:
WC_Gateway_Paypal_IPN_Handler::validate_currency()
|
Check currency from IPN matches the order.
|
includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:
WC_Gateway_Paypal_IPN_Handler::validate_amount()
|
Check payment amount from IPN matches the order.
|
includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:
WC_Gateway_Paypal_IPN_Handler::validate_receiver_email()
|
Check receiver email from PayPal. If the receiver email in the IPN is different than what is stored in.
|
includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:
WC_Gateway_Paypal_IPN_Handler::payment_status_completed()
|
Handle a completed payment.
|
includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:
WC_Gateway_Paypal_IPN_Handler::valid_response()
|
There was a valid response.
|
includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:
WC_Gateway_Paypal_IPN_Handler::validate_ipn()
|
Check PayPal IPN validity.
|
includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php:
WC_Gateway_Paypal_Request::get_paypal_args()
|
Get PayPal Args for passing to PP.
|
includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php:
WC_Gateway_Paypal_PDT_Handler::check_response()
|
Check Response for PDT.
|
includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php:
WC_Gateway_Paypal_Request::get_request_url()
|
Get the PayPal request URL for an order.
|
includes/gateways/paypal/class-wc-gateway-paypal.php:
WC_Gateway_Paypal::process_refund()
|
Process a refund if supported.
|
includes/gateways/paypal/class-wc-gateway-paypal.php:
WC_Gateway_Paypal::capture_payment()
|
Capture payment when the order is changed from on-hold to complete or processing
|