@@ -106,6 +107,7 @@ class Migration(migrations.Migration):
('minimum_payment',models.DecimalField(decimal_places=2,default=1,help_text='The minimal amount of money you have to use when paying with ComNpay',max_digits=5,verbose_name='Minimum payment')),
@@ -116,6 +118,7 @@ class Migration(migrations.Migration):
('maximum_balance',models.DecimalField(decimal_places=2,default=50,help_text='The maximal amount of money allowed for the balance.',max_digits=5,verbose_name='Maximum balance',null=True,blank=True)),