You are here

constant PAYPAL_PAYMENT_STATUS_PARTIALLY_REFUNDED in PayPal for Payment 7

A payment that was partially refunded.

2 uses of PAYPAL_PAYMENT_STATUS_PARTIALLY_REFUNDED
PayPalPaymentECPaymentMethodController::statusMap in paypal_payment_ec/includes/PayPalPaymentECPaymentMethodController.inc
Returns a map of PayPal 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 26
Contains hook implementations and global functions.

Code

define('PAYPAL_PAYMENT_STATUS_PARTIALLY_REFUNDED', 'PAYPAL_PAYMENT_STATUS_PARTIALLY_REFUNDED');