i have developed paypal pro by using omnipay.And i need to do card validation before payment process start.
Helper::validateLuhn($cardnumber)
But i am getting error like this:- Fatal error: Class 'Helper' not found
What is the reason for getting this error?Need to include any other file?Any help?