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