| @@ -39,8 +39,9 @@ | ||
| 39 | 39 | use SyncBasalam\Actions\Controller\CategoryActions\GetMappingStats; |
| 40 | 40 | use SyncBasalam\Actions\Controller\TicketActions\CreateTicket; |
| 41 | 41 | use SyncBasalam\Actions\Controller\TicketActions\CreateTicketItem; |
| 42 | 42 | use SyncBasalam\Actions\Controller\TicketActions\UploadTicketMediaAjax; |
| 43 | +use SyncBasalam\Actions\Controller\RefreshVendorStatus; | |
| 43 | 44 | |
| 44 | 45 | defined('ABSPATH') || exit; |
| 45 | 46 | |
| 46 | 47 | class RegisterActions |
| @@ -91,6 +92,7 @@ | ||
| 91 | 92 | ActionHandler::postAjax('upload_ticket_media', UploadTicketMediaAjax::class); |
| 92 | 93 | ActionHandler::postAjax('sync_basalam_remind_later_review', RemindLaterReview::class); |
| 93 | 94 | ActionHandler::postAjax('sync_basalam_never_remind_review', NeverRemindReview::class); |
| 94 | 95 | ActionHandler::postAjax('sync_basalam_submit_review', SubmitReview::class); |
| 96 | + ActionHandler::postAjax('sync_basalam_refresh_vendor_status', RefreshVendorStatus::class); | |
| 95 | 97 | } |
| 96 | 98 | } |