♥stubbsy Posted January 14, 2010 Share Posted January 14, 2010 Hi, i've had a couple of calls today from customers trying to use maestro cards and being unable to order. They get the messaqe the card start date was unable to be processed Any ideas why? Quote Link to comment Share on other sites More sharing options...
♥stubbsy Posted January 15, 2010 Author Share Posted January 15, 2010 Oh well, yet another OSC contribution that isn't supported. Thats the problem with a lot of things here at the moment! Just take a look at the other people who have posted problems withSagepay and haven't had an answer! Don't bother installing this contribution if you think you may need help in the future! Quote Link to comment Share on other sites More sharing options...
tigergirl Posted January 15, 2010 Share Posted January 15, 2010 Oh well, yet another OSC contribution that isn't supported. Thats the problem with a lot of things here at the moment! Just take a look at the other people who have posted problems withSagepay and haven't had an answer! Don't bother installing this contribution if you think you may need help in the future! Why don't you take a look at the other Sage Direct module by Perfect Passion? As far as I can see it is very well supported. Just my tuppence worth... Quote I'm feeling lucky today......maybe someone will answer my post! I do try and answer a simple post when I can just to give something back. ------------------------------------------------ PM me? - I'm not for hire Link to comment Share on other sites More sharing options...
philiphope Posted January 21, 2010 Share Posted January 21, 2010 Hi, i've had a couple of calls today from customers trying to use maestro cards and being unable to order. They get the messaqe Any ideas why? I experienced a problem with Maestro start dates using the Sage Pay Direct module. On investigation I found a solution that worked in my case: In catalog\includes\modules\payment\sage_pay_direct.php change (on line 180) $year_valid_from_array[] = strftime('%Y',mktime(0,0,0,1,1,$i)); to $year_valid_from_array[] = strftime('%y',mktime(0,0,0,1,1,$i)); The start date year values that were sent from the form on the checkout page were 2 digit representations (03, 06) and these were being validated against 4 digit representations (2003, 2006). Quote Link to comment Share on other sites More sharing options...
♥stubbsy Posted January 24, 2010 Author Share Posted January 24, 2010 Thanks for your reply Philip, much appreciated Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.