feat: добавлена интеграция синхронизации с Recommerce
This commit is contained in:
@@ -5,6 +5,7 @@ from .views import (
|
||||
save_integration_settings,
|
||||
get_integration_form_data,
|
||||
test_integration_connection,
|
||||
RecommerceBatchSyncView,
|
||||
)
|
||||
|
||||
app_name = 'integrations'
|
||||
@@ -18,4 +19,7 @@ urlpatterns = [
|
||||
path("settings/<str:integration_id>/", save_integration_settings, name="settings"),
|
||||
path("form/<str:integration_id>/", get_integration_form_data, name="form_data"),
|
||||
path("test/<str:integration_id>/", test_integration_connection, name="test"),
|
||||
|
||||
# Синхронизация
|
||||
path("recommerce/sync/", RecommerceBatchSyncView.as_view(), name="recommerce_sync"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user