Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->type = self::PAYMENT_TYPE_CARD;
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->type = self::PAYMENT_TYPE_TRANSFER;
 }