Adjust when we send certain events after an email failure
This commit is contained in:
parent
5f0d905265
commit
86813f91cc
2 changed files with 2 additions and 2 deletions
|
|
@ -451,7 +451,7 @@ class EventServiceProvider extends ServiceProvider
|
|||
PaymentEmailedActivity::class,
|
||||
],
|
||||
PaymentWasEmailedAndFailed::class => [
|
||||
PaymentEmailFailureActivity::class,
|
||||
// PaymentEmailFailureActivity::class,
|
||||
],
|
||||
PurchaseOrderWasArchived::class => [
|
||||
PurchaseOrderArchivedActivity::class,
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ class ActivityRepository extends BaseRepository
|
|||
$activity->save();
|
||||
|
||||
//rate limiter
|
||||
$this->createBackup($entity, $activity);
|
||||
$this->createBackup($entity, $activity);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue