|
|
|
@ -2,7 +2,7 @@ |
|
|
|
# Generated by Django 1.10.7 on 2018-07-02 18:56 |
|
|
|
from __future__ import unicode_literals |
|
|
|
|
|
|
|
import cotisations.payment_methods.comnpay.aes_field |
|
|
|
import re2o.aes_field |
|
|
|
import cotisations.payment_methods.mixins |
|
|
|
from django.db import migrations, models |
|
|
|
import django.db.models.deletion |
|
|
|
@ -55,7 +55,7 @@ class Migration(migrations.Migration): |
|
|
|
fields=[ |
|
|
|
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), |
|
|
|
('payment_credential', models.CharField(blank=True, default='', max_length=255)), |
|
|
|
('payment_pass', cotisations.payment_methods.comnpay.aes_field.AESEncryptedField(blank=True, max_length=255, null=True)), |
|
|
|
('payment_pass', re2o.aes_field.AESEncryptedField(blank=True, max_length=255, null=True)), |
|
|
|
('payment', models.OneToOneField(editable=False, on_delete=django.db.models.deletion.CASCADE, related_name='payment_method', to='cotisations.Paiement')), |
|
|
|
], |
|
|
|
bases=(cotisations.payment_methods.mixins.PaymentMethodMixin, models.Model), |
|
|
|
|