You are here

constant PAYPAL_PAYMENT_STATUS_WAITING_FOR_CAPTURE in PayPal for Payment 7

A payment that is authorized, but still needs to be captured.

3 uses of PAYPAL_PAYMENT_STATUS_WAITING_FOR_CAPTURE
PayPalPaymentECPaymentExecution::testPaymentExecutionSuccessManualCapture in paypal_payment_ec/tests/PayPalPaymentECPaymentExecution.test
Tests payment execution.
PayPalPaymentIPNController::pendingStatusMap in paypal_payment_ipn/includes/PayPalPaymentIPNController.inc
Returns a map of PayPal "pending" statuses to Payment statuses.
paypal_payment_payment_status_info in paypal_payment/paypal_payment.module
Implements hook_payment_status_info().

File

paypal_payment/paypal_payment.module, line 36
Contains hook implementations and global functions.

Code

define('PAYPAL_PAYMENT_STATUS_WAITING_FOR_CAPTURE', 'PAYPAL_PAYMENT_STATUS_WAITING_FOR_CAPTURE');