]> git.parisson.com Git - teleforma.git/commitdiff
cleanup
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 23 Jun 2021 16:47:18 +0000 (18:47 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 23 Jun 2021 16:47:18 +0000 (18:47 +0200)
app/settings.py

index a606179b74d7981dd42664dfb4407153df8d8f0d..d4fcb52549837cf5eb66301571c2ce26c3ddb340 100644 (file)
@@ -312,15 +312,6 @@ TINYMCE_DEFAULT_CONFIG = {
     "custom_undo_redo_levels": 10,
 }
 
-# Sherlock's online payment
-PAYMENT_SHERLOCKS_PATH = '/opt/sherlocks2'
-PAYMENT_PARAMETERS = {'merchant_id': {'Semestrielle': "040109417200053",
-                                      'Estivale': "040109417200054", },
-                      'merchant_country': 'fr',
-                      'currency_code': '978',
-                      'language': 'fr'
-                      }
-
 REST_FRAMEWORK = {
     'DEFAULT_AUTHENTICATION_CLASSES': [
         'rest_framework.authentication.TokenAuthentication',