modify checkconfigFE for other validations

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
johnmartin
Posts: 8
Joined: 08 Sep 2017, 17:20

modify checkconfigFE for other validations

Post by johnmartin » 22 Jan 2018, 17:46

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.

johnmartin
Posts: 8
Joined: 08 Sep 2017, 17:20

Re: modify checkconfigFE for other validations

Post by johnmartin » 22 Jan 2018, 18:27

My Aimeos version is 2017.10 on Laravel 5.4 and php 7.1

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: modify checkconfigFE for other validations

Post by aimeos » 22 Jan 2018, 21:40

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?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply