mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 10:44:35 -04:00
Adjust when we send certain events after an email failure
This commit is contained in:
parent
5f0d905265
commit
86813f91cc
@ -451,7 +451,7 @@ class EventServiceProvider extends ServiceProvider
|
|||||||
PaymentEmailedActivity::class,
|
PaymentEmailedActivity::class,
|
||||||
],
|
],
|
||||||
PaymentWasEmailedAndFailed::class => [
|
PaymentWasEmailedAndFailed::class => [
|
||||||
PaymentEmailFailureActivity::class,
|
// PaymentEmailFailureActivity::class,
|
||||||
],
|
],
|
||||||
PurchaseOrderWasArchived::class => [
|
PurchaseOrderWasArchived::class => [
|
||||||
PurchaseOrderArchivedActivity::class,
|
PurchaseOrderArchivedActivity::class,
|
||||||
|
@ -60,7 +60,7 @@ class ActivityRepository extends BaseRepository
|
|||||||
$activity->save();
|
$activity->save();
|
||||||
|
|
||||||
//rate limiter
|
//rate limiter
|
||||||
$this->createBackup($entity, $activity);
|
$this->createBackup($entity, $activity);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user