You are here

constant COMMERCE_NO_PAYMENT_MIGRATE_PER_RUN in Commerce No Payment 7.2

An absolute parent status: a payment for which all money has been transferred.

3 uses of COMMERCE_NO_PAYMENT_MIGRATE_PER_RUN
CommerceNoPaymentUpgrade::setUp in tests/CommerceNoPaymentUpgrade.test
Overrides parent::setUp().
CommerceNoPaymentUpgrade::testUpgrade in tests/CommerceNoPaymentUpgrade.test
Tests the upgrade process.
commerce_no_payment_update_7201 in ./commerce_no_payment.install
Creates Payment payments for Commerce Payment payment transactions that use Commerce No Payment.

File

./commerce_no_payment.module, line 11
Provides a payment method for Drupal Commerce for orders that do not require a payment (free stuff).

Code

define('COMMERCE_NO_PAYMENT_MIGRATE_PER_RUN', 100);