function pay::set_total in Pay 7
Same name and namespace in other branches
- 6 includes/handlers/pay.inc \pay::set_total()
File
- includes/handlers/ pay.inc, line 79 
- The base class for the Payment API.
Class
- pay
- @file The base class for the Payment API.
Code
function set_total($val = 0) {
  $this->total = round((double) $val, 2);
}