Exemplo n.º 1
0
 public function __construct(Am_Paysystem_Abstract $plugin, Invoice $invoice, $profileId)
 {
     $this->profileId = $profileId;
     parent::__construct($plugin, $invoice, true);
 }