You are here

constant PAYMENT_MINIMUM_AMOUNT in Payment 7

The absolute minimum payment amount.

1 use of PAYMENT_MINIMUM_AMOUNT
PaymentMethodController::validate in ./payment.classes.inc
Validate a payment against a payment method and this controller. Don't call directly. Use PaymentMethod::validate() instead.

File

./payment.module, line 74
Hook implementations and shared functions.

Code

define('PAYMENT_MINIMUM_AMOUNT', 0);