Page 1 of 1

modify checkconfigFE for other validations

Posted: 22 Jan 2018, 17:46
by johnmartin
I create a new payment option and I want to perform a character validation within to checkConfigFE(). I would like to know of an example of how to implement this method to validate characters from a specific field of the feconfig.

Re: modify checkconfigFE for other validations

Posted: 22 Jan 2018, 18:27
by johnmartin
My Aimeos version is 2017.10 on Laravel 5.4 and php 7.1

Re: modify checkconfigFE for other validations

Posted: 22 Jan 2018, 21:40
by aimeos
Is that field already added by a service provider or decorator or you you want to add a new field and validate it's input yourself?