You are here

constant PAYPAL_PAYMENT_STATUS_MULTI_CURRENCY in PayPal for Payment 7

A payment that cannot be captured, because the currency it is in cannot be captured automatically.

3 uses of PAYPAL_PAYMENT_STATUS_MULTI_CURRENCY
PayPalPaymentIPNController::pendingStatusMap in paypal_payment_ipn/includes/PayPalPaymentIPNController.inc
Returns a map of PayPal "pending" statuses to Payment statuses.
PayPalPaymentIPNControllerTest::testConvertStatus in paypal_payment_ipn/tests/PayPalPaymentIPNControllerTest.test
Tests convertStatus().
paypal_payment_payment_status_info in paypal_payment/paypal_payment.module
Implements hook_payment_status_info().

File

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

Code

define('PAYPAL_PAYMENT_STATUS_MULTI_CURRENCY', 'PAYPAL_PAYMENT_STATUS_MULTI_CURRENCY');