Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     //set default values
     $this->CreateTokenDeleteDate = Carbon::create()->addYears(10)->format('d/m/Y');
     $this->CreateTokenJValidateType = self::TOKEN_VALIDATION_TYPE_J2;
     $this->Operation = self::OPERATION_TOKEN;
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     //set default values
     $this->Operation = self::OPERATION_BILL_AND_CREATE_TOKEN;
     $this->IsCreateInvoice = "true";
     $this->InvoiceHead_SendByEmail = "true";
     $this->InvoiceHead_Language = self::INVOICE_LANGUAGE_HEBREW;
     $this->CreateTokenDeleteDate = Carbon::create()->addYears(10)->format('d/m/Y');
     $this->CreateTokenJValidateType = self::TOKEN_VALIDATION_TYPE_J2;
 }