Esempio 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;
 }