Ejemplo n.º 1
0
 function rebAdd($amount, $date, $expr, $cycles)
 {
     $this->doRebill = '1';
     $this->rebAmount = BluePayment::formatAmount($amount);
     $this->rebDate = $date;
     $this->rebExpr = $expr;
     $this->rebCycles = $cycles;
 }