diff --git a/db/seeds/notification_types.rb b/db/seeds/notification_types.rb index c6ae18648..936595948 100644 --- a/db/seeds/notification_types.rb +++ b/db/seeds/notification_types.rb @@ -70,7 +70,7 @@ NOTIFICATIONS_TYPES = [ { name: 'notify_user_is_invalidated', category: 'users_accounts', is_configurable: false }, { name: 'notify_user_supporting_document_refusal', category: 'supporting_documents', is_configurable: false }, { name: 'notify_admin_user_supporting_document_refusal', category: 'supporting_documents', is_configurable: true, roles: ['admin', 'manager'] }, - { name: 'notify_admin_order_is_paid', category: 'shop', is_configurable: false }, + { name: 'notify_admin_order_is_paid', category: 'shop', is_configurable: true, roles: ['admin', 'manager'] }, { name: 'notify_user_order_is_ready', category: 'shop', is_configurable: false }, { name: 'notify_user_order_is_canceled', category: 'shop', is_configurable: false }, { name: 'notify_user_order_is_refunded', category: 'shop', is_configurable: false },