Example #1
0
 public static function init()
 {
     Recurly_Transaction::$_writeableAttributes = array('account', 'amount_in_cents', 'currency', 'description');
     Recurly_Transaction::$_nestedAttributes = array('account');
 }