You are here

constant USERPOINTS_TXN_STATUS_DECLINED in User Points 7

Same name and namespace in other branches
  1. 5.3 userpoints.module \USERPOINTS_TXN_STATUS_DECLINED
  2. 5 userpoints.module \USERPOINTS_TXN_STATUS_DECLINED
  3. 5.2 userpoints.module \USERPOINTS_TXN_STATUS_DECLINED
  4. 6 userpoints.module \USERPOINTS_TXN_STATUS_DECLINED
4 uses of USERPOINTS_TXN_STATUS_DECLINED
MigrateDestinationUserpoints::rollback in ./userpoints.migrate.inc
Delete the provided userpoint transaction.
UserpointsAPITestCase::testEditingTransactions in tests/userpoints_api.test
Test that editing points correctly updates the current and max points.
userpoints_confirm_approve in ./userpoints.admin.inc
userpoints_userpointsapi in ./userpoints.module
Save userpoints changes and call hooks.

File

./userpoints.module, line 16

Code

define('USERPOINTS_TXN_STATUS_DECLINED', 2);