Rep Purchase - Item 
Describes an item that can be purchased with Contractor Rep.
Vars | |
item_type | The typepath of the item to instantiate and give to the buyer on purchase. |
---|---|
refund_path | Alternative path for refunds |
Procs | |
on_refund | Called when the refund was made successfully. |
Var Details
item_type 
The typepath of the item to instantiate and give to the buyer on purchase.
refund_path 
Alternative path for refunds
Proc Details
on_refund
Called when the refund was made successfully.
Arguments:
- hub - The contractor hub.
- item - The refunded item.
- user - The user who made the refund.