You are here

function pay_activity::set_transaction_total in Pay 6

Same name and namespace in other branches
  1. 7 includes/handlers/pay_activity.inc \pay_activity::set_transaction_total()

File

includes/handlers/pay_activity.inc, line 41
A base class for payment activities.

Class

pay_activity
@file A base class for payment activities.

Code

function set_transaction_total($val = 0) {
  $this->transaction_total = (double) $val;
}