Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->type = self::PAYMENT_TYPE_CARD;
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->type = self::PAYMENT_TYPE_TRANSFER;
 }