create config and .env.example for harim vebservice
This commit is contained in:
@@ -22,9 +22,9 @@ class ConfirmGuaranteeLetterNeedListener implements ShouldQueue
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->url = config('harim_web_services.reject.url');
|
||||
$this->username = config('harim_web_services.reject.username');
|
||||
$this->password = config('harim_web_services.reject.password');
|
||||
$this->url = config('harim_web_services.Guarantee_Letter_Need.url');
|
||||
$this->username = config('harim_web_services.Guarantee_Letter_Need.username');
|
||||
$this->password = config('harim_web_services.Guarantee_Letter_Need.password');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -22,9 +22,9 @@ class ConfirmNoRoadAccessNeedListener implements ShouldQueue
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->url = config('harim_web_services.reject.url');
|
||||
$this->username = config('harim_web_services.reject.username');
|
||||
$this->password = config('harim_web_services.reject.password');
|
||||
$this->url = config('harim_web_services.No_Need_Access.url');
|
||||
$this->username = config('harim_web_services.No_Need_Access.username');
|
||||
$this->password = config('harim_web_services.No_Need_Access.password');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -22,9 +22,9 @@ class ConfirmRoadAccessEditNeedListener implements ShouldQueue
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->url = config('harim_web_services.reject.url');
|
||||
$this->username = config('harim_web_services.reject.username');
|
||||
$this->password = config('harim_web_services.reject.password');
|
||||
$this->url = config('harim_web_services.Edit_Need_Access.url');
|
||||
$this->username = config('harim_web_services.Edit_Need_Access.username');
|
||||
$this->password = config('harim_web_services.Edit_Need_Access.password');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -22,11 +22,12 @@ class ConfirmRoadAccessNeedListener implements ShouldQueue
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->url = config('harim_web_services.reject.url');
|
||||
$this->username = config('harim_web_services.reject.username');
|
||||
$this->password = config('harim_web_services.reject.password');
|
||||
$this->url = config('harim_web_services.Need_Access.url');
|
||||
$this->username = config('harim_web_services.Need_Access.username');
|
||||
$this->password = config('harim_web_services.Need_Access.password');
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Handle the event.
|
||||
* @throws RequestException
|
||||
|
||||
@@ -22,9 +22,9 @@ class RejectRequestListener implements ShouldQueue
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->url = config('harim_web_services.reject.url');
|
||||
$this->username = config('harim_web_services.reject.username');
|
||||
$this->password = config('harim_web_services.reject.password');
|
||||
$this->url = config('harim_web_services.Reject.url');
|
||||
$this->username = config('harim_web_services.Reject.username');
|
||||
$this->password = config('harim_web_services.Reject.password');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user