payment responce errorMessage bug fix

This commit is contained in:
merdan 2020-05-15 12:22:05 +05:00
parent 643f833e10
commit 0d5ad8a24a
4 changed files with 5 additions and 2 deletions

View File

@ -19,6 +19,8 @@ class TicketCommented extends Notification implements ShouldQueue
*/
protected $comment;
public $tries = 2;
public function __construct(HelpTicketComment $comment)
{
$this->comment = $comment;

View File

@ -24,7 +24,7 @@ class TicketReceived extends Notification implements ShouldQueue
*
* @var int
*/
public $maxExceptions = 3;
public $tries = 2;
protected $ticket;

View File

@ -13,6 +13,7 @@ class UserResetPassword extends Notification implements ShouldQueue
private $token;
public $tries = 2;
/**
* UserResetPassword constructor.
* @param $token

View File

@ -50,4 +50,4 @@
});
});
</script>
@endpush
@endpush