/**
 *   @copyright Copyright (c) 2011 Quality Unit s.r.o.
 *   @author Juraj Simon
 *   @package PostAffiliatePro
 *
 *   Licensed under the Quality Unit, s.r.o. Standard End User License Agreement,
 *   Version 1.0 (the "License"); you may not use this file except in compliance
 *   with the License. You may obtain a copy of the License at
 *   http://www.qualityunit.com/licenses/license
 */
 
This plugin shows which hooks you can use to maintain transaction inserts/updates.

Lets imagine few possible scenarios where you can use this:
- new transaction just created
- transation status (or other parameter) just occured
 
Hooks (see plugin classes for description of current hooks) that are called on different scenarios:
1. new transaction occurs OR transaction update:
- PostAffiliate.Transaction.beforeSave hook is called
- PostAffiliate.Transaction.afterSave hook is called

