Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Sage Pay Direct: Maestro Problem -


stubbsy

Recommended Posts

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!

Link to comment
Share on other sites

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...

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

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).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...